diff options
author | Norbert Preining <preining@logic.at> | 2008-06-27 16:54:38 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-06-27 16:54:38 +0000 |
commit | 1538533ea5a9ff514c95ceeb6ce278fc60cce2df (patch) | |
tree | 22c524717b5322f16b8cffbb7f0403b37d54376c /Master/tlpkg | |
parent | 867faf5bbf9bdec7ad3e1e115f63d934dd8a744a (diff) |
do not pause de-installation
git-svn-id: svn://tug.org/texlive/trunk@9072 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/TeXLive/TLWinGoo.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLWinGoo.pm b/Master/tlpkg/TeXLive/TLWinGoo.pm index a9deb7983d1..a74e9a354c8 100644 --- a/Master/tlpkg/TeXLive/TLWinGoo.pm +++ b/Master/tlpkg/TeXLive/TLWinGoo.pm @@ -987,7 +987,7 @@ set PERL5LIB= \"$td\\tlpkg\\tlperl\\bin\\perl.exe\" \"$td\\texmf\\scripts\\texlive\\uninstall-win32.pl\" call \"$tdw\\tlpkg\\installer\\unshort.bat\" copy \"$tdw\\tlpkg\\installer\\uninst2.bat\" \"\%TEMP\%\" -pause +rem pause \"\%TEMP\%\\uninst2.bat\" UNEND ; |