diff options
author | Norbert Preining <preining@logic.at> | 2009-07-08 08:55:29 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-07-08 08:55:29 +0000 |
commit | 1f6583cbd0d0b77512bc9c774bf0ad315678d4a7 (patch) | |
tree | f4e323e29612a75338d233e4ee9aefb6ba328a76 /Master/tlpkg/TeXLive/TLUtils.pm | |
parent | bd4182fb4aad4c267f771ce65cbb5c5d9aa8c11f (diff) |
more debug statements for admin magic
git-svn-id: svn://tug.org/texlive/trunk@14183 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 3aef571a81a..6d53bc9b88b 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -1848,6 +1848,7 @@ sub w32_add_to_path { if (TeXLive::TLWinGoo::admin() && $multiuser) { $mode = 'system'; } + debug("TLUtils:w32_add_to_path: calling adjust_reg_path_for_texlive add $bindir $mode\n"); TeXLive::TLWinGoo::adjust_reg_path_for_texlive('add', $bindir, $mode); $path = TeXLive::TLWinGoo::get_system_env() -> {'/Path'}; $path =~ s/[\s\x00]+$//; |