summaryrefslogtreecommitdiffstats
path: root/clean-rpmsrate
diff options
context:
space:
mode:
Diffstat (limited to 'clean-rpmsrate')
-rwxr-xr-xclean-rpmsrate2
1 files changed, 1 insertions, 1 deletions
diff --git a/clean-rpmsrate b/clean-rpmsrate
index 0ec4c3b..822690c 100755
--- a/clean-rpmsrate
+++ b/clean-rpmsrate
@@ -19,4 +19,4 @@ my $rpmsrate_base = shift @ARGV;
foreach my $d (@ARGV) {
$rpm{$d} = [ map { s!$d/?(.*)\.rpm$!$1!; $_ } glob "$d/*.rpm" ];
}
-cleanrpmsrate($rpmsrate_base, $output_file, 0, \%rpm);
+cleanrpmsrate($rpmsrate_base, $output_file, \%rpm);