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 2c5e9a3..1812a36 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) {