aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2016-05-24 07:55:59 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2016-05-24 07:55:59 +0000
commit5aa9d74a78b28aa43b5a44a8bd88d2e241bdd330 (patch)
tree368278727036304c12436e71e46edd80d3503f1c
parent746a2d3e4f70ee300efae2b85237b5874ccbd85b (diff)
Revert "Put quotes around configure values for ABE in the array to fix problem with jenkins.sh"
This reverts commit 746a2d3e4f70ee300efae2b85237b5874ccbd85b. This patch is causing all other validations to fail. Change-Id: Iaa6cd52588663b573ab1ab055825a5c0cca4cf3c
-rw-r--r--lib/component.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/component.sh b/lib/component.sh
index 9fbce3dc..0fc90c43 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