diff options
author | Norbert Preining <preining@logic.at> | 2008-05-03 15:49:34 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-05-03 15:49:34 +0000 |
commit | 42f19d32a5ce7a82adf45590da480ae681e5cf55 (patch) | |
tree | 65aedf0607e8107a758f58f16bf2e5ef24b45656 /Master | |
parent | 790827ec840325550465ff5db4e35748a9e807dc (diff) |
do not ask two times
git-svn-id: svn://tug.org/texlive/trunk@7827 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/TeXLive/TLWinGoo.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLWinGoo.pm b/Master/tlpkg/TeXLive/TLWinGoo.pm index 75c793df353..7917a7fb651 100644 --- a/Master/tlpkg/TeXLive/TLWinGoo.pm +++ b/Master/tlpkg/TeXLive/TLWinGoo.pm @@ -863,8 +863,6 @@ sub create_uninstaller { open UNINST, ">$tdfw/tlpkg/installer/uninst.bat"; print UNINST <<UNEND; \@echo off -echo Do you really want to remove TeX Live 2008? Type Ctrl-C to abort. -pause set PERL5LIB= \"$td\\tlpkg\\tlperl\\bin\\perl.exe\" \"$td\\texmf\\scripts\\texlive\\uninstall-win32.pl\" copy \"$td\\tlpkg\\installer\\uninst2.bat\" \"\%TEMP\%\" |