From: Junio C Hamano Date: Thu, 19 Jun 2008 07:19:57 +0000 (-0700) Subject: Make: force LC_ALL=C X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45b738524aa028744bd84cceedc13779d6b38922;p=thirdparty%2Fgit.git Make: force LC_ALL=C --- diff --git a/Make b/Make 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