Skip to content

Commit 45b7385

Browse files
committed
Make: force LC_ALL=C
1 parent 0003692 commit 45b7385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Make

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ G=/opt/packrat/playpen/public/in-place/git/index/gitweb_config.perl
77
GIT=$HOME/git-master/bin/git
88
PATH=/usr/bin:/bin
99
LANG=C
10-
LC_CTYPE=C
11-
export PATH LANG LC_CTYPE
10+
LC_ALL=C
11+
export PATH LANG LC_ALL
1212

1313
# for now...
1414
#GIT_SVN_NO_LIB=1

0 commit comments

Comments
 (0)