diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-06-22 11:08:20 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-06-22 11:08:20 +0000 |
commit | 37efdf11a95708cbd74b4eed1d4364477270fdb4 (patch) | |
tree | 99ac4811e8670346e0ce4266cd825a09f634e1c4 /Master/tlpkg/bin/ctan2tl | |
parent | 37a1aa390d85d550967fddfa75b341a06f66fcb2 (diff) |
adding LC_ALL=C to ctan2tl
git-svn-id: svn://tug.org/texlive/trunk@8928 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/ctan2tl')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/ctan2tl b/Master/tlpkg/bin/ctan2tl index ff4b8d78187..bb120442e62 100755 --- a/Master/tlpkg/bin/ctan2tl +++ b/Master/tlpkg/bin/ctan2tl @@ -5,6 +5,7 @@ # Attempt to push a package from CTAN into TL. unset CDPATH # avoid extraneous output +export LC_ALL=C # avoid problems with diff, comm, etc mydir=`cd \`dirname $0\` && pwd` # Master/tlpkg/bin PATH=$mydir:$PATH # we call lots of our other tools |