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

commit dbbfa3bc51e3a20b02759b9414b961d504adac8d
Author: Miklos Vajna <[email protected]>
Date:   Mon Jul 16 12:10:28 2012 +0200

fblint: set locale to English after config is sourced

diff --git a/fblint b/fblint
index a457a1f..f29baf2 100755
--- a/fblint
+++ b/fblint
@@ -20,7 +20,7 @@
#   USA.
#

-export LC_ALL="POSIX"
+export LC_ALL="C"

myver="0.6.5"

@@ -67,9 +67,6 @@ get_root()
_scm=darcs
}

-# so that grep [A-Z] will reall match only uppercase letters
-unset LANG LC_ALL
-
if [ "$1" = "--version" ]; then
echo "fblint (pacman-tools) $myver"
exit 0
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to