projects
/
tools
/
pristine-tar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
764fe20
)
bugfix
author
Joey Hess
<joey@kitenet.net>
Wed, 4 Jan 2012 23:56:29 +0000
(19:56 -0400)
committer
Joey Hess
<joey@kitenet.net>
Wed, 4 Jan 2012 23:56:29 +0000
(19:56 -0400)
pristine-bz2
patch
|
blob
|
history
diff --git
a/pristine-bz2
b/pristine-bz2
index
2c5e9a3
..
1812a36
100755
(executable)
--- a/
pristine-bz2
+++ b/
pristine-bz2
@@
-264,6
+264,7
@@
sub genbz2 {
next if $param eq '--suse-pbzip2';
die "paranoia check failed on params from delta (@params)";
}
+ my @params=split(' ', $delta->{params});
my $program=$delta->{program};
if (! grep { $program eq $_ } @supported_bzip2_programs) {