bugfix
authorJoey Hess <joey@kitenet.net>
Wed, 4 Jan 2012 23:56:29 +0000 (19:56 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 4 Jan 2012 23:56:29 +0000 (19:56 -0400)
pristine-bz2

index 2c5e9a39b5dc9abe5f4e22856d2cd00026c40265..1812a36cc9bfe566b467e35ce2cbc1e8a520c4d3 100755 (executable)
@@ -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) {