1
mirror of https://github.com/mpv-player/mpv synced 2024-10-06 14:54:02 +02:00

TOOLS: unbreak osxbundle.py

broekn by 739d345d6c
This commit is contained in:
ChrisK2 2015-07-21 23:04:06 +02:00
parent a357d39369
commit aeb99f2718

View File

@ -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)