fix paranoia check
authorJoey Hess <joey@kitenet.net>
Thu, 13 May 2010 06:17:06 +0000 (02:17 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 13 May 2010 06:17:06 +0000 (02:17 -0400)
pristine-bz2

index 2acab9e8acfa55cbfd2eb31f17eec445ee31bdbf..7e93bb42509864d6a46cd00c3040eab193b570cd 100755 (executable)
@@ -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);