summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/ctan2tl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/ctan2tl')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/ctan2tl b/Master/tlpkg/bin/ctan2tl
index bb120442e62..ea200c8e17c 100755
--- a/Master/tlpkg/bin/ctan2tl
+++ b/Master/tlpkg/bin/ctan2tl
@@ -5,7 +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
+LC_ALL=C; export LC_ALL # avoid problems with diff, comm, etc
mydir=`cd \`dirname $0\` && pwd` # Master/tlpkg/bin
PATH=$mydir:$PATH # we call lots of our other tools