diff options
author | Norbert Preining <preining@logic.at> | 2008-05-20 10:48:15 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-05-20 10:48:15 +0000 |
commit | 440db728efbd09e00bfd4eede9d8127ebc18b1ad (patch) | |
tree | 18359f2dc5fcb95e38ddeeeeca6b7b99d8592dca /Master/tlpkg/TeXLive/TLWinGoo.pm | |
parent | a0617db71fe110549e6d02f7265b425fe6d41190 (diff) |
remove the right menu in TLWinGoo/unshort.bat
git-svn-id: svn://tug.org/texlive/trunk@8249 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLWinGoo.pm')
-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 786597fd7ae..884a8b480dd 100644 --- a/Master/tlpkg/TeXLive/TLWinGoo.pm +++ b/Master/tlpkg/TeXLive/TLWinGoo.pm @@ -957,7 +957,7 @@ sub init_unshortbat { # batchfile for uninstalling shortcuts open UNSHORT, ">$texdir/tlpkg/installer/unshort.bat"; - print UNSHORT 'rmdir /s /q "'.$menupath."\\TeXLive\" 2>nul\n"; + print UNSHORT 'rmdir /s /q "'.$menupath."\\TeX Live 2008\" 2>nul\n"; close UNSHORT; } |