From 746a2d3e4f70ee300efae2b85237b5874ccbd85b Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Mon, 23 May 2016 13:02:55 -0600 Subject: Put quotes around configure values for ABE in the array to fix problem with jenkins.sh Change-Id: Idf35c0ab734bf5ec049d26691f5f7b17ea28e881 --- lib/component.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/component.sh b/lib/component.sh index 0fc90c43..9fbce3dc 100644 --- a/lib/component.sh +++ b/lib/component.sh @@ -504,7 +504,7 @@ collect_data () local srcdir="${abe_path}" local configure=\""`grep ${srcdir}/configure ${abe_top}/config.log | tr -s ' ' | cut -d ' ' -f 4-10| tr ' ' '%'`"\" popd - component_init ${component} TOOL=${component} ${branch:+BRANCH=${branch}} ${revision:+REVISION=${revision}} ${url:+URL=${url}} ${filespec:+FILESPEC=${filespec}} ${data:+DATE=${date}} ${srcdir:+SRCDIR=${srcdir}} ${configure:+CONFIGURE=${configure}} + component_init ${component} TOOL=${component} ${branch:+BRANCH=${branch}} ${revision:+REVISION=${revision}} ${url:+URL=${url}} ${filespec:+FILESPEC=${filespec}} ${data:+DATE=${date}} ${srcdir:+SRCDIR=${srcdir}} ${configure:+CONFIGURE=\"${configure}\"} if [ $? -ne 0 ]; then error "component_init failed" return 1 -- cgit v1.2.3