diff options
author | Norbert Preining <preining@logic.at> | 2008-01-16 10:15:05 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-01-16 10:15:05 +0000 |
commit | 6fb67e150eb8d221c6faf21df99609d63f8302b4 (patch) | |
tree | c072ae7bcf29b65ca7c6cfb4adf8f9b4ce85ffca /Master/install-tl.bat | |
parent | 7480c65b3571119f1f74f6342dc8b7f09b1ce110 (diff) |
remove the pause at the end of install-tl.bat
git-svn-id: svn://tug.org/texlive/trunk@6258 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl.bat')
-rwxr-xr-x | Master/install-tl.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/install-tl.bat b/Master/install-tl.bat index b46ff6ba12f..dadbbe4f0ba 100755 --- a/Master/install-tl.bat +++ b/Master/install-tl.bat @@ -17,7 +17,7 @@ set PERL5SAVE=%PERL5LIB% set PERL5LIB=%tlroot%tlpkg\lib\Perl5_lib-TL_inst
"%tlroot%tlpkg\bin\perl" "%tlroot%install-tl.pl" %*
-pause Done
+rem pause Done
rem cleanup in case of start from command-line
|