diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-02-22 09:03:25 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-02-22 09:03:25 +0000 |
commit | 10a4ffd8cb98e6695954b5b73209a91ea060fef3 (patch) | |
tree | 938d57dd54e3f97adb17c6e255bdb35992f42cfc /Build | |
parent | 9d1b9f2bf363a874a30611c2aa685a6b053d6964 (diff) |
Fix perloc typos (sync from Master)
git-svn-id: svn://tug.org/texlive/trunk@29200 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/utils/biber/TeXLive/TLUtils.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/utils/biber/TeXLive/TLUtils.pm b/Build/source/utils/biber/TeXLive/TLUtils.pm index 6787e2fbc45..a2f9f7fd536 100644 --- a/Build/source/utils/biber/TeXLive/TLUtils.pm +++ b/Build/source/utils/biber/TeXLive/TLUtils.pm @@ -5,7 +5,7 @@ package TeXLive::TLUtils; -my $svnrev = '$Revision: 27741 $'; +my $svnrev = '$Revision: 29199 $'; my $_modulerevision; if ($svnrev =~ m/: ([0-9]+) /) { $_modulerevision = $1; @@ -413,7 +413,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 @@ -1890,6 +1890,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, |