summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorChrisK2 <spam@kalania.de>2015-07-21 23:04:06 +0200
committerChrisK2 <spam@kalania.de>2015-07-21 23:04:06 +0200
commitaeb99f27180ad4e2fa915f21c66ad1bd28643940 (patch)
tree9e1d0dd9a84bd72478a7f7b244dc8ab23bb3720f /TOOLS
parenta357d39369737f2f6608c669fac13d26e6c6b33a (diff)
downloadmpv-aeb99f27180ad4e2fa915f21c66ad1bd28643940.tar.bz2
mpv-aeb99f27180ad4e2fa915f21c66ad1bd28643940.tar.xz
TOOLS: unbreak osxbundle.py
broekn by 739d345d6cf0ead2b25f03ca83123a081b506267
Diffstat (limited to 'TOOLS')
-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)