]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Make: force LC_ALL=C
authorJunio C Hamano <gitster@pobox.com>
Thu, 19 Jun 2008 07:19:57 +0000 (00:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Jun 2008 07:19:57 +0000 (00:19 -0700)
Make

diff --git a/Make b/Make
index bf492c96e4433471e0ae93ebe49166e942412882..77f3f7dbb589242d940347e23c2be08234f77a7b 100755 (executable)
--- 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