Make: force LC_ALL=C
Junio C Hamano committed
Jun 19, 2008 at 00:19 UTC
45b738524aa028744bd84cceedc13779d6b38922
1 file changed
+2
-2
Make
+2
-2
index bf492c96e4..77f3f7dbb5 100755
--- a/Make
+++ b/Make
@@ -7,8 +7,8 @@ G=/opt/packrat/playpen/public/in-place/git/index/gitweb_config.perl
GIT=$HOME/git-master/bin/git
PATH=/usr/bin:/bin
LANG=C
-LC_CTYPE=C
-export PATH LANG LC_CTYPE
+LC_ALL=C
+export PATH LANG LC_ALL
# for now...
#GIT_SVN_NO_LIB=1