From: Wichert Akkerman Date: Thu, 19 Apr 2001 14:25:37 +0000 (+0000) Subject: Fix another typo (guess nobody tested the CVS code in a while :) X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a311d221e16ae79a58f5f7bc9e3842274828d108;p=dpkg Fix another typo (guess nobody tested the CVS code in a while :) --- diff --git a/scripts/dpkg-architecture.pl b/scripts/dpkg-architecture.pl index 741a2f61..d3793491 100755 --- a/scripts/dpkg-architecture.pl +++ b/scripts/dpkg-architecture.pl @@ -122,7 +122,7 @@ $deb_build_gnu_system =~ s/^.*-//; # Default host: Current gcc. $gcc = `\${CC:-gcc} --print-libgcc-file-name`; -if {$?>>8) { +if ($?>>8) { &warn("Couldn't determine gcc system type, falling back to default (native compilation)"); $gcc = ''; } else {