diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-04-18 10:33:50 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-04-18 10:33:50 +0000 |
commit | 5e63f0508a830d7b182b384935a1377f9031e619 (patch) | |
tree | ea2fe87af63d0322d28303f03edda23960116b7d | |
parent | 3abdf92b5996bf85ec6e8232421518e3b6a55c97 (diff) |
Added removal of TEXBINDIR
git-svn-id: svn://tug.org/texlive/trunk@7493 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf/scripts/texlive/uninstall-tl.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/uninstall-tl.pl b/Master/texmf/scripts/texlive/uninstall-tl.pl index 9eab203e38c..dc45c567607 100755 --- a/Master/texmf/scripts/texlive/uninstall-tl.pl +++ b/Master/texmf/scripts/texlive/uninstall-tl.pl @@ -58,6 +58,7 @@ sub main # - (unix) ... the links if (win32()) { remove_texbindirs_from_path(); + unsetenv_reg("TEXBINDIR"); unregister_script_type(".texlua"); broadcast_env(); update_assocs(); |