summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLWinGoo.pm
diff options
context:
space:
mode:
authorPiotr Strzelczyk <piotr@eps.gda.pl>2009-10-15 21:19:28 +0000
committerPiotr Strzelczyk <piotr@eps.gda.pl>2009-10-15 21:19:28 +0000
commited444702e1514046c1ce64375f69d0de799f64e0 (patch)
tree4aa7ba996f05f79047629e8a5a768c0ee3bfc1ad /Master/tlpkg/TeXLive/TLWinGoo.pm
parent1beca79109b6fc796b657c4d976f306a020a7458 (diff)
warn if PATH cannot be adjusted
git-svn-id: svn://tug.org/texlive/trunk@15816 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLWinGoo.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLWinGoo.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLWinGoo.pm b/Master/tlpkg/TeXLive/TLWinGoo.pm
index 014564331c0..9efc7c39356 100644
--- a/Master/tlpkg/TeXLive/TLWinGoo.pm
+++ b/Master/tlpkg/TeXLive/TLWinGoo.pm
@@ -533,7 +533,7 @@ sub adjust_reg_path_for_texlive {
unsetenv_reg("Path", $mode);
}
if (($action eq 'add') and ($mode eq 'user') and tex_dirs_on_path(get_system_path())) {
- debug("Warning: conflicting [pdf]tex found on the system path in $d; not fixable in user mode.");
+ tlwarn("Warning: conflicting [pdf]tex found on the system path in $d; not fixable in user mode.");
return 1;
}
return 0;