summaryrefslogtreecommitdiffstats
path: root/TOOLS/osxbundle.py
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/osxbundle.py')
-rwxr-xr-xTOOLS/osxbundle.py2
1 files changed, 1 insertions, 1 deletions
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)