diff options
-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}"; |