From e013e2cc43e905ba8004b9f597be317fc19bb346 Mon Sep 17 00:00:00 2001 From: Manuel Pégourié-Gonnard Date: Sun, 22 Jun 2008 11:11:14 +0000 Subject: rm bashism with export in ctan2tl git-svn-id: svn://tug.org/texlive/trunk@8929 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/ctan2tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg/bin/ctan2tl') 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 -- cgit v1.2.3