diff options
Diffstat (limited to 'Master/tlpkg/bin/ctan2tl')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/ctan2tl b/Master/tlpkg/bin/ctan2tl index fec77eac587..c5ccd3046e1 100755 --- a/Master/tlpkg/bin/ctan2tl +++ b/Master/tlpkg/bin/ctan2tl @@ -7,8 +7,9 @@ unset CDPATH # avoid extraneous output 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 +mydir=`cd \`dirname $0\` && pwd` # Master/tlpkg/bin +libexec=`cd $mydir/../libexec && pwd` # Master/tlpkg/libexec +PATH=$mydir:$libexec:$PATH # we call lots of our other tools Build=`cd $mydir/../../../Build && pwd` raw=$Build/tmp.raw |