diff options
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 9b4f995e87b..ba8a3450d8f 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -414,7 +414,7 @@ C<which> does the same as the UNIX command C<which(1)>, but it is supposed to work on Windows too. On Windows we have to try all the extensions given in the C<PATHEXT> environment variable. We also try without appending an extension because if C<$string> comes from an -environment variable, an extension might aleady be present. +environment variable, an extension might already be present. =cut @@ -1891,6 +1891,7 @@ sub announce_execute_actions { =pod =item C<add_symlinks($root, $arch, $sys_bin, $sys_man, $sys_info)> + =item C<remove_symlinks($root, $arch, $sys_bin, $sys_man, $sys_info)> These two functions try to create/remove symlinks for binaries, man pages, |