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:
aa2fe68
)
fix paranoia check
author
Joey Hess
<joey@kitenet.net>
Thu, 13 May 2010 06:17:06 +0000
(
02:17
-0400)
committer
Joey Hess
<joey@kitenet.net>
Thu, 13 May 2010 06:17:06 +0000
(
02:17
-0400)
pristine-bz2
patch
|
blob
|
history
diff --git
a/pristine-bz2
b/pristine-bz2
index 2acab9e8acfa55cbfd2eb31f17eec445ee31bdbf..7e93bb42509864d6a46cd00c3040eab193b570cd 100755
(executable)
--- a/
pristine-bz2
+++ b/
pristine-bz2
@@
-309,6
+309,7
@@
sub genbz2 {
while (@params) {
$_=shift @params;
next if /^(-[1-9])$/;
+ next if $_ eq '--old-bzip2';
die "paranoia check failed on params file from delta ($params)";
}
@params=split(' ', $params);