From aeb99f27180ad4e2fa915f21c66ad1bd28643940 Mon Sep 17 00:00:00 2001 From: ChrisK2 Date: Tue, 21 Jul 2015 23:04:06 +0200 Subject: TOOLS: unbreak osxbundle.py broekn by 739d345d6cf0ead2b25f03ca83123a081b506267 --- TOOLS/osxbundle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TOOLS/osxbundle.py') diff --git a/TOOLS/osxbundle.py b/TOOLS/osxbundle.py index b2695e194d..3ad52cb003 100755 --- a/TOOLS/osxbundle.py +++ b/TOOLS/osxbundle.py @@ -40,7 +40,7 @@ def apply_plist_template(plist_file, version): print (line.rstrip().replace('${VERSION}', version)) def main(): - version = sh("./version.sh --print").strip() + version = sh("./version.sh").strip() usage = "usage: %prog [options] arg" parser = OptionParser(usage) -- cgit v1.2.3