From 2e696f3847d2c317d6b90154167af4f9f8447b9f Mon Sep 17 00:00:00 2001 From: Mike Miller Date: Sun, 1 Apr 2012 10:55:34 -0400 Subject: [PATCH] Add --check=crc32 to list of allowed parameters Signed-off-by: Mike Miller --- pristine-xz | 1 + 1 file changed, 1 insertion(+) diff --git a/pristine-xz b/pristine-xz index 87be90a..bffaf3d 100755 --- a/pristine-xz +++ b/pristine-xz @@ -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}); -- 2.7.4