summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLUtils.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index a8296e3c3f7..3aef571a81a 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -1867,6 +1867,7 @@ sub w32_remove_from_path {
if (TeXLive::TLWinGoo::admin() && $multiuser) {
$mode = 'system';
}
+ debug("w32_remove_from_path: trying to remove $bindir in $mode\n");
TeXLive::TLWinGoo::adjust_reg_path_for_texlive('remove', $bindir, $mode);
}