From: Wichert Akkerman Date: Thu, 19 Apr 2001 15:04:25 +0000 (+0000) Subject: Remove double print X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66c9a9b39b2ae5ee35bb73aceae00e490cc533c5;p=dpkg Remove double print --- diff --git a/scripts/dpkg-architecture.pl b/scripts/dpkg-architecture.pl index d3793491..ce3ed2ec 100755 --- a/scripts/dpkg-architecture.pl +++ b/scripts/dpkg-architecture.pl @@ -257,7 +257,6 @@ if ($action eq 'l') { } elsif ($action eq 'q') { if (exists $env{$req_variable_to_print}) { print "$env{$req_variable_to_print}\n"; # works because -q implies -f ! - print "$env{$req_variable_to_print}\n"; } else { die "$req_variable_to_print is not a supported variable name"; }