From 45b738524aa028744bd84cceedc13779d6b38922 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 19 Jun 2008 00:19:57 -0700 Subject: [PATCH] Make: force LC_ALL=C --- Make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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