aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/component.sh2
1 files changed, 1 insertions, 1 deletions
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