From b136296de2f83879300b78319c5502f6f43b2805 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 19 Sep 2017 17:07:05 +0200 Subject: append needs extra space MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iebb770258d31cd87ec55427c96a408fb9e61c75e Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-local-conf-DISTROFEATURES-AGLCI.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/common/include-agl-local-conf-DISTROFEATURES-AGLCI.sh') 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 -- cgit 1.2.3-korg