Fix test statement
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 7 Dec 2020 13:20:40 +0000 (14:20 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 7 Dec 2020 13:20:54 +0000 (14:20 +0100)
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I10c8e59220c6c912c9d21a349129eb6817c689b5

jjb/common/include-apps-build-app.sh

index d39d758..29754ea 100644 (file)
@@ -78,7 +78,7 @@ if [[ ! x"yes" = x"$HANDLED" ]] && $(echo "$TARGETPROJECT" | grep -q "apps/"); t
             mkdir -p $(pwd)/package/
             chmod a+x autobuild/agl/autobuild
             AUTOBUILD_TARGET="package-all"
-            if [[ x"halibut" = x"$GERRIT_BRANCH" -o x"icefish" = x"$GERRIT_BRANCH" ]] ; then
+            if test x"halibut" = x"$GERRIT_BRANCH" -o x"icefish" = x"$GERRIT_BRANCH" ; then
                 AUTOBUILD_TARGET="package"
             fi
             autobuild/agl/autobuild ${AUTOBUILD_TARGET} DEST=$(pwd)/package