diff options
author | Norbert Preining <preining@logic.at> | 2008-05-21 05:37:19 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-05-21 05:37:19 +0000 |
commit | 921e25abe904ce4147bcc34fd8ebbb3e841906e0 (patch) | |
tree | 45b9ad97dedcb9100ceb4b9b083df2398f1d7889 /Master/tlpkg | |
parent | 0ec78c5842c97cb4790129f345d904837dd1fd9c (diff) |
TLUtils: # is the comment marker in perl, not % ;-)
git-svn-id: svn://tug.org/texlive/trunk@8264 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index a1af3216229..dfed24ad3e0 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -214,9 +214,9 @@ sub platform_desc 'x86_64-linux' => 'x86_64 with GNU/Linux' ); - % the inconsistency between amd64-freebsd and x86_64-linux is - % unfortunate (it's the same hardware), but the os people say those - % are the conventional names on the respective os's, so ... + # the inconsistency between amd64-freebsd and x86_64-linux is + # unfortunate (it's the same hardware), but the os people say those + # are the conventional names on the respective os's, so ... if (exists $platform_name{$platform}) { return "$platform_name{$platform}"; |