summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/ctan2tl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-09-23 22:57:44 +0000
committerKarl Berry <karl@freefriends.org>2007-09-23 22:57:44 +0000
commitcc919e2b7da0e20c4cbb6de976048e0613a17171 (patch)
tree89ec0c523589319bef1e9b537f5f17a3055c30d9 /Master/tlpkg/bin/ctan2tl
parenta45a2d11fd0a3fbd39632658656b7e1164aea376 (diff)
move ctan2tl to tlpk
git-svn-id: svn://tug.org/texlive/trunk@5021 c570f23f-e606-0410-a88d-b1316a301751
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 92e8e9db50c..822a5d906a0 100755
--- a/Master/tlpkg/bin/ctan2tl
+++ b/Master/tlpkg/bin/ctan2tl
@@ -17,7 +17,7 @@
unset CDPATH # avoid extraneous output
mydir=`cd \`dirname $0\` && pwd` # Master/tlpkg/bin
-Build=`cd ../../../Build && pwd`
+Build=`cd $mydir/../../../Build && pwd`
raw=$Build/cdbuild/raw
test -d $raw || mkdir $raw
cd $raw || exit 1