diff options
-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(); |