diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-02-22 08:59:52 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-02-22 08:59:52 +0000 |
commit | 9d1b9f2bf363a874a30611c2aa685a6b053d6964 (patch) | |
tree | 2984d9e8b1b7572e43f7c6c9b98b2200d9b72e18 /Master | |
parent | 98f1d66ba26757906b39e901d3bf1f5ead1d6ffe (diff) |
Fix perloc typos
git-svn-id: svn://tug.org/texlive/trunk@29199 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-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, |