summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-10-29 00:01:36 +0000
committerNorbert Preining <preining@logic.at>2008-10-29 00:01:36 +0000
commitf297617195bf0f3ca3ed545f32300277e71ddbb2 (patch)
treee49fa20d4f4d3b56576898ef05ee75de975fea18 /Master/tlpkg
parent726efe29ccd80e4c1e4fa4691a0555bea62ec0a6 (diff)
update the tl-update-makeself
git-svn-id: svn://tug.org/texlive/trunk@11098 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-makeself2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-makeself b/Master/tlpkg/bin/tl-update-makeself
index 4b8728c30b0..e8fa1e766ca 100755
--- a/Master/tlpkg/bin/tl-update-makeself
+++ b/Master/tlpkg/bin/tl-update-makeself
@@ -105,7 +105,7 @@ if [ -r "$ROOT/tlpkg/texlive.tlpdb" ] ; then
tlpobjs="$ROOT/tlpkg/tlpobj/bin-texlive.tlpobj $ROOT/tlpkg/tlpobj/texlive.infra.tlpobj"
for a in $ROOT/bin/* ; do
b=`basename $a`
- cp -a bin/$b "$ROOT/bin/"
+ cp -a bin/$b $ROOT/bin/
tlpobjs="$tlpobjs $ROOT/tlpkg/tlpobj/bin-texlive.$b.tlpobj $ROOT/tlpkg/tlpobj/texlive.infra.$b.tlpobj"
done
else