summaryrefslogtreecommitdiff
path: root/Master/install-tl.bat
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-01-11 14:30:50 +0000
committerNorbert Preining <preining@logic.at>2008-01-11 14:30:50 +0000
commit895bea522bae798656e2da7eb3d1946c2bf2a90d (patch)
treebb1cbf4251bd811480d3e14b81d9ce418bd0c9c1 /Master/install-tl.bat
parent9c54e8bc4d6f2f8de6f27abf3e68b37bc7e7496f (diff)
update install-tl.bat to accept cmd line args to be forwarded to .pl
git-svn-id: svn://tug.org/texlive/trunk@6192 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl.bat')
-rwxr-xr-xMaster/install-tl.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/install-tl.bat b/Master/install-tl.bat
index cd25e0b0ea4..b46ff6ba12f 100755
--- a/Master/install-tl.bat
+++ b/Master/install-tl.bat
@@ -16,7 +16,7 @@ rem use provided Perl
set PERL5SAVE=%PERL5LIB%
set PERL5LIB=%tlroot%tlpkg\lib\Perl5_lib-TL_inst
-"%tlroot%tlpkg\bin\perl" "%tlroot%install-tl.pl" "-gui"
+"%tlroot%tlpkg\bin\perl" "%tlroot%install-tl.pl" %*
pause Done
rem cleanup in case of start from command-line