From 66c9a9b39b2ae5ee35bb73aceae00e490cc533c5 Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Thu, 19 Apr 2001 15:04:25 +0000 Subject: [PATCH] Remove double print --- scripts/dpkg-architecture.pl | 1 - 1 file changed, 1 deletion(-) 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"; } -- 2.39.5