summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-06-24 20:31:24 +0000
committerNorbert Preining <preining@logic.at>2008-06-24 20:31:24 +0000
commite9691ebcb1ea962f710d602868653e2bfbee6d33 (patch)
tree9049dcd9d501e7a1a7059ebe939bb8491e14c511 /Master
parentcc9e4c0757129be9b466ca961cf02c94a9b792c0 (diff)
use call in tlmgr generated batch file, I believe Staszek
git-svn-id: svn://tug.org/texlive/trunk@9021 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 76708622a99..c3951943205 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -690,7 +690,7 @@ EOF
print UPDATER <<EOF;
tlpkg\\installer\\lzma\\lzmadec.win32.exe < temp\\$pkg.tar.lzma > temp\\$pkg.tar
tlpkg\\installer\\tarsave.exe -x -f temp\\$pkg.tar
-tlmgr _include_tlpobj tlpkg\\tlpobj\\$pkg.tlpobj
+call tlmgr _include_tlpobj tlpkg\\tlpobj\\$pkg.tlpobj
rem for now disable the removal of the downloads, we could need it for testing
rem del temp\\$pkg.tar.lzma
EOF