X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=scripts%2Fbuild%2Fmacosx_makePackage.sh;fp=scripts%2Fbuild%2Fmacosx_makePackage.sh;h=02ec5548ccd299aae857aad8d933ecf691186f9f;hp=a9326c0ad19b5f24404f7cf6b852261e9e1dce84;hb=236ad337e4f2bb4227547efe590942fe2b6c6052;hpb=644305459a762c910c808bd6b0b64143da275228 diff --git a/scripts/build/macosx_makePackage.sh b/scripts/build/macosx_makePackage.sh index a9326c0a..02ec5548 100755 --- a/scripts/build/macosx_makePackage.sh +++ b/scripts/build/macosx_makePackage.sh @@ -41,7 +41,7 @@ if [ ! -f "$mypath" ]; then fi SCRIPTDIR=$(dirname $mypath) -QUASSEL_VERSION=$(git-describe) +QUASSEL_VERSION=$(git describe) BUILDTYPE=$1 # check the working dir