From 35a3a2937aacd0fb4254ffc6b15d0565a41039c7 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 13 Sep 2005 09:31:19 +0000 Subject: Need more coffee --- perl-install/crypto.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/crypto.pm') diff --git a/perl-install/crypto.pm b/perl-install/crypto.pm index 19fe7d397..426e9bf6e 100644 --- a/perl-install/crypto.pm +++ b/perl-install/crypto.pm @@ -106,7 +106,7 @@ sub mirrors { my %arch_mirror; foreach (<$f>) { my ($arch, $url, $dir) = m|$distro_type([^:]*):ftp://([^/]*)(/\S*)| or next; - defined $strict_arch && $arch eq $strict_arch or next; + $strict_arch && $arch eq $strict_arch and next; MDK::Common::System::compat_arch($arch) or next; $arch eq $our_arch and $strict_arch = $arch; my $land = N("United States"); -- cgit v1.2.1