Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=1193ff1b714f52fba2abcaeb8eede309474ff1bd

commit 1193ff1b714f52fba2abcaeb8eede309474ff1bd
Author: Miklos Vajna <[email protected]>
Date:   Mon Jul 16 12:12:55 2012 +0200

fblint: set locale to English after config is sourced, take two

diff --git a/fblint b/fblint
index f29baf2..061afc0 100755
--- a/fblint
+++ b/fblint
@@ -20,8 +20,6 @@
#   USA.
#

-export LC_ALL="C"
-
myver="0.6.5"

die()
@@ -107,6 +105,8 @@ else
exit 1
fi

+export LC_ALL="C"
+
check "no last modified line" "! grep -q -i '^# Last Modified: ' $_fblint_fb"
check "sbu" "grep -i -q \"^# Compiling Time: [~0-9\.]\+ SBU$\" $_fblint_fb"
check "maintainer" "grep -q '^# Maintainer: ' $_fblint_fb"
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to