diff options
Diffstat (limited to 'scripts/dpkg-source.pl')
-rwxr-xr-x | scripts/dpkg-source.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dpkg-source.pl b/scripts/dpkg-source.pl index 0770b5ba7..7e96ce189 100755 --- a/scripts/dpkg-source.pl +++ b/scripts/dpkg-source.pl @@ -268,7 +268,7 @@ if ($options{opmode} =~ /^(-b|--print-format|--(before|after)-build|--commit)$/) my $type = $pkg->{'Package-Type'} || $pkg->get_custom_field('Package-Type') || 'deb'; push @pkglist, sprintf('%s %s %s %s', $p, $type, $sect, $prio); - push(@binarypackages,$p); + push @binarypackages, $p; foreach (keys %{$pkg}) { my $v = $pkg->{$_}; if (m/^Architecture$/) { |