Fix typo for packaging

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-04-15 20:29:17 +01:00
parent 6b3c96d8ae
commit 1abd04edab
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ fi
if [ -n "${2}" ]; then
VERSION="${2}"
else
VERSION=$(cat ../wscript | awk 'sub("VERSION=","")' | tr -d "'")
VERSION=$(cat ../wscript | awk 'sub("VERSION = ","")' | head -n 1 | tr -d "'")
fi
rm -f jack2-osx-root.pkg