diff options
Diffstat (limited to 'jjb/common')
-rw-r--r-- | jjb/common/include-agl-local-conf-DISTROFEATURES-AGLCI.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |