summaryrefslogtreecommitdiff
path: root/Master/texmf/scripts
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-07-06 14:38:57 +0000
committerNorbert Preining <preining@logic.at>2009-07-06 14:38:57 +0000
commitd8ae0710347d4e4dd75fe7710af9fc36fa8a6695 (patch)
tree42c73e6911bdbfcd9aa92f53c4f2e5c1881c7776 /Master/texmf/scripts
parentf90e3126f681edcbb5aa9cf4924c9b0474c2860e (diff)
- tlmgr: after adding/removing the path on Win, call broadcast_env
- TLWinGoo: comparison of path unifies the slashes git-svn-id: svn://tug.org/texlive/trunk@14153 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/scripts')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 799aeb3855b..600615ae872 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -889,6 +889,7 @@ sub action_path {
TeXLive::TLUtils::w32_add_to_path(
$localtlmedia->location . "/bin/win32",
$localtlmedia->tlpdb->option("w32_multi_user"));
+ TeXLive::TLWinGoo::broadcast_env();
} else {
TeXLive::TLUtils::add_symlinks($localtlmedia->tlpdb->root,
$localtlmedia->platform(),
@@ -901,6 +902,7 @@ sub action_path {
TeXLive::TLUtils::w32_remove_from_path(
$localtlmedia->location . "/bin/win32",
$localtlmedia->tlpdb->option("w32_multi_user"));
+ TeXLive::TLWinGoo::broadcast_env();
} else {
# remove symlinks
TeXLive::TLUtils::remove_symlinks($localtlmedia->tlpdb->root,