diff options
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |