typo
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 2 Feb 2008 18:16:36 +0000 (13:16 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 2 Feb 2008 18:16:36 +0000 (13:16 -0500)
pristine-tar

index 6dc81b4..b2a5535 100755 (executable)
@@ -413,7 +413,7 @@ sub gendelta {
                    $id1 == BZIP2_ID1 && $id2 == BZIP2_ID2 &&
                    $method == BZIP2_METHOD_HUFFMAN) {
                        $compression='bz2';
-                       $tarball="$tempdir/origtarball";
+                       doit("bzcat $tarball > $tempdir/origtarball");
                }
        }
        close IN;