diff options
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 |