diff options
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-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 c0afffcaafc..c493b149399 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -281,9 +281,9 @@ sub platform_desc { 'sparc-solaris' => 'Sparc with Solaris', 'universal-darwin' => 'universal binaries for MacOSX/Darwin', 'win32' => 'Windows', - 'x86_64-darwin' => 'x86_64 with MacOSX/Darwin' - 'x86_64-linux' => 'x86_64 with GNU/Linux' - 'x86_64-solaris' => 'x86_64 with Solaris' + 'x86_64-darwin' => 'x86_64 with MacOSX/Darwin', + 'x86_64-linux' => 'x86_64 with GNU/Linux', + 'x86_64-solaris' => 'x86_64 with Solaris', ); # the inconsistency between amd64-freebsd and x86_64-linux is |