aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common
diff options
context:
space:
mode:
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