]> err.no Git - dpkg/commitdiff
Fix another typo (guess nobody tested the CVS code in a while :)
authorWichert Akkerman <wakkerma@debian.org>
Thu, 19 Apr 2001 14:25:37 +0000 (14:25 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Thu, 19 Apr 2001 14:25:37 +0000 (14:25 +0000)
scripts/dpkg-architecture.pl

index 741a2f61855c4288cc243500e4a4504cba5aa1e1..d3793491b162de14ce60031da5ad0641024cde65 100755 (executable)
@@ -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 {