Add --check=crc32 to list of allowed parameters
authorMike Miller <mtmiller@ieee.org>
Sun, 1 Apr 2012 14:55:34 +0000 (10:55 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 1 Apr 2012 16:21:10 +0000 (12:21 -0400)
Signed-off-by: Mike Miller <mtmiller@ieee.org>
pristine-xz

index 87be90a..bffaf3d 100755 (executable)
@@ -189,6 +189,7 @@ sub genxz {
 
                next if $param=~/^(-[0-9]e?)$/;
                next if $param eq '-z';
+               next if $param eq '--check=crc32';
                die "paranoia check failed on params from delta (@params)";
        }
        @params=split(' ', $delta->{params});