From dc57f71353392b4b57e9da77172117d452f4428d Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Mon, 26 Aug 2024 04:17:06 +0300 Subject: [PATCH] Additionally quote vars in appimage/build.sh --- .buildbot/appimage/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildbot/appimage/build.sh b/.buildbot/appimage/build.sh index 10f5ad75..0dc50f63 100755 --- a/.buildbot/appimage/build.sh +++ b/.buildbot/appimage/build.sh @@ -8,7 +8,7 @@ git remote add -f upstream https://github.com/Bitmessage/PyBitmessage.git HEAD="$(git rev-parse HEAD)" UPSTREAM="$(git merge-base --fork-point upstream/v0.6)" export APP_VERSION=$(git describe --tags | cut -d- -f1,3 | tr -d v) -[ $HEAD != $UPSTREAM ] && APP_VERSION="${APP_VERSION}-alpha" +[ "$HEAD" != "$UPSTREAM" ] && APP_VERSION="${APP_VERSION}-alpha" function set_sourceline { if [ ${ARCH} == amd64 ]; then