diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2020-10-02 13:04:56 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2020-10-02 13:04:56 +0000 |
commit | 501c12bb9b700ae0b1dd2c8aa4a1609125f00b86 (patch) | |
tree | 804c7cd7dfefa87630192d55bc69fc9e2caeba33 /Master/tlpkg/TeXLive | |
parent | 42627b56010e42384fe6898a6e0a4b6100074d1a (diff) |
TLWinGoo, uninstall-win32: batch-uninstall option
git-svn-id: svn://tug.org/texlive/trunk@56511 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLWinGoo.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLWinGoo.pm b/Master/tlpkg/TeXLive/TLWinGoo.pm index 490ee6ac621..f5ccd83217a 100644 --- a/Master/tlpkg/TeXLive/TLWinGoo.pm +++ b/Master/tlpkg/TeXLive/TLWinGoo.pm @@ -1235,7 +1235,8 @@ set PERL_ROOT= set PERL_SIGNALS= set PERL_UNICODE= -perl.exe \"$tdmain\\scripts\\texlive\\uninstall-win32.pl\" +perl.exe \"$tdmain\\scripts\\texlive\\uninstall-win32.pl\" \%1 + if errorlevel 1 goto :eof rem test for taskkill and try to stop exit tray menu taskkill /? >nul 2>&1 |