]> err.no Git - dpkg/commitdiff
Remove double print
authorWichert Akkerman <wakkerma@debian.org>
Thu, 19 Apr 2001 15:04:25 +0000 (15:04 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Thu, 19 Apr 2001 15:04:25 +0000 (15:04 +0000)
scripts/dpkg-architecture.pl

index d3793491b162de14ce60031da5ad0641024cde65..ce3ed2ec42c1a73f4696fe5c34f6fc3f705101e2 100755 (executable)
@@ -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";
     }