fix bug in patch generation script involving binary not being included in machine...
authorPat McIlroy <itgpmc@gmail.com>
Mon, 28 Feb 2011 08:25:06 +0000 (00:25 -0800)
committerPat McIlroy <itgpmc@gmail.com>
Mon, 28 Feb 2011 09:17:06 +0000 (01:17 -0800)
generate-patch.sh

index fbf20c6..4acb82a 100755 (executable)
@@ -49,7 +49,7 @@ rm -f openitg-tmp.itg
 # ..including the binary
 (
        cd src
-       zip ../../openitg-tmp.itg openitg
+       zip ../openitg-tmp.itg openitg
 )
 
 # sign .itg file