aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-12-07 14:20:40 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-12-07 14:20:54 +0100
commitc8a33ef6c24893024a73eb9ff859a465df63edcf (patch)
treec525bda9ca6cfda32b9eaaf400939650ae5dcaaf /jjb/common
parent36f5fc1c9ee8c69dfe97b199e669d4998b971d0c (diff)
Fix test statement
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I10c8e59220c6c912c9d21a349129eb6817c689b5
Diffstat (limited to 'jjb/common')
-rw-r--r--jjb/common/include-apps-build-app.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-apps-build-app.sh b/jjb/common/include-apps-build-app.sh
index d39d7586..29754ea9 100644
--- a/jjb/common/include-apps-build-app.sh
+++ b/jjb/common/include-apps-build-app.sh
@@ -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