X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=platform%2Fosx%2Fmake_dmg.sh;fp=platform%2Fosx%2Fmake_dmg.sh;h=bad257d78dcbfb15c5d2e36925a9387b2fc42066;hb=e7a6f50726f62710c82107d7a6e77aa752517171;hp=80205822a9637c44e5e76b6471e29a133439a46d;hpb=72218f61297458b142e5a2397b01e482d2097270;p=dcpomatic.git diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 80205822a..bad257d78 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -8,7 +8,7 @@ SYNTAX="make_dmg.sh # were found. # Use a tag if what we've built is exactly on one -version=$(git describe --tags --abbrev=0 --match=v2.*.* --exact-match $1 2> /dev/null) +version=$(git describe --tags --abbrev=0 --match=v2.*.* --exact-match 2> /dev/null) if [ "$?" != "0" ]; then # Otherwise use - version="$(basename $(git name-rev --name-only HEAD))-$(git rev-parse --short HEAD)"