aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xabe.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/abe.sh b/abe.sh
index d389c702..53f965ee 100755
--- a/abe.sh
+++ b/abe.sh
@@ -1275,6 +1275,7 @@ if test ! -z ${do_build}; then
if test `echo ${do_build} | grep -c "gcc"` -gt 0; then
build_param=${do_build_stage}
fi
+ collect_data ${gitinfo}
build ${gitinfo}${build_param:+ ${build_param}}
if test $? -gt 0; then
error "Building ${gitinfo} failed."