From dd100917fe64e7c33cec6ff8f2baa99986abc568 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 24 May 2010 15:57:49 +0000 Subject: missing commas git-svn-id: svn://tug.org/texlive/trunk@18450 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLUtils.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Master/tlpkg/TeXLive') 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 -- cgit v1.2.3