From 71097ba92cdac0e8687db859f80278ab5559e2d2 Mon Sep 17 00:00:00 2001 From: Reinhard Kotucha Date: Sun, 23 Mar 2008 21:33:44 +0000 Subject: TLUtils.pm: changed regexp in additional_architectures_available_from_net(). git-svn-id: svn://tug.org/texlive/trunk@7100 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg/TeXLive') diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index ed59212b8d0..a96df736414 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -877,7 +877,7 @@ sub additional_architectures_available_from_net { chop; my $line=$_; push @::pkgverlines,$line; - next unless /-1$/; + next unless /\s+-1$/; ($platform, undef)=split " ", $line; unless (defined $vars->{"diskbin_$platform"}) { push @platforms, $platform; -- cgit v1.2.3