diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-24 15:57:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-24 15:57:49 +0000 |
commit | dd100917fe64e7c33cec6ff8f2baa99986abc568 (patch) | |
tree | 382e2647406f44ee5727d04accba32b4672d7dc6 /Master/tlpkg/TeXLive | |
parent | c93d46e6e839f6b8735f7d5debc7aaf9e92bd45d (diff) |
missing commas
git-svn-id: svn://tug.org/texlive/trunk@18450 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-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 |