From: Jan-Simon Möller Date: Tue, 19 Sep 2017 15:07:05 +0000 (+0200) Subject: append needs extra space X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=b136296de2f83879300b78319c5502f6f43b2805;p=ci-management.git append needs extra space Change-Id: Iebb770258d31cd87ec55427c96a408fb9e61c75e Signed-off-by: Jan-Simon Möller --- diff --git a/jjb/common/include-agl-local-conf-DISTROFEATURES-AGLCI.sh b/jjb/common/include-agl-local-conf-DISTROFEATURES-AGLCI.sh index d0de6db2..0dc32c86 100644 --- a/jjb/common/include-agl-local-conf-DISTROFEATURES-AGLCI.sh +++ b/jjb/common/include-agl-local-conf-DISTROFEATURES-AGLCI.sh @@ -1,3 +1,3 @@ # This is the big switch for in-CI builds -echo 'DISTRO_FEATURES_append = "AGLCI"' >> conf/local.conf +echo 'DISTRO_FEATURES_append = " AGLCI"' >> conf/local.conf