diff options
author | Norbert Preining <preining@logic.at> | 2008-05-18 15:26:00 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-05-18 15:26:00 +0000 |
commit | e0c588d90715463a9b878705b9b34b0e8f432b30 (patch) | |
tree | ca3a425ea1caa3bd8080b5b161c9f5812ceb665b /Master | |
parent | a41b87d8e9a290598afabbce0afa461426e39dc7 (diff) |
remove final "Enter key" from Win32 Uninstall program
git-svn-id: svn://tug.org/texlive/trunk@8207 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-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 c323f75455e..c4e07001c3b 100644 --- a/Master/tlpkg/TeXLive/TLWinGoo.pm +++ b/Master/tlpkg/TeXLive/TLWinGoo.pm @@ -1005,7 +1005,7 @@ set test= for \%\%f in (\"$td\\*.*\") do \@set test=nonempty if x\%test\%==x rd \"$td\" \@echo Done uninstalling TeXLive. -\@pause +rem \@pause del %0 UNEND2 close UNINST2; |