Fixed minor bug in generate-patch.sh
authorCarl Myers <cmyers@cmyers.org>
Mon, 28 Feb 2011 09:39:34 +0000 (01:39 -0800)
committerCarl Myers <cmyers@cmyers.org>
Mon, 28 Feb 2011 09:39:34 +0000 (01:39 -0800)
generate-patch.sh

index 90a218c..0f9286f 100755 (executable)
@@ -54,7 +54,7 @@ rm -f openitg-tmp.itg
 # ..including the binary
 (
        cd src
-       zip ../openitg-tmp.itg openitg
+       zip "../$PATCH_OUTPUT_FILE" openitg
 )
 
 # sign .itg file