From a311d221e16ae79a58f5f7bc9e3842274828d108 Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Thu, 19 Apr 2001 14:25:37 +0000 Subject: [PATCH] Fix another typo (guess nobody tested the CVS code in a while :) --- scripts/dpkg-architecture.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5