Signed-off-by: Steve Wise <[EMAIL PROTECTED]>
---
build_ofa_user.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build_ofa_user.sh b/build_ofa_user.sh
index 82a10ee..2182d96 100755
--- a/build_ofa_user.sh
+++ b/build_ofa_user.sh
@@ -338,14 +338,14 @@ check_build()
ex tar xzf ${dest}/${proj}/${projdir}.tgz
cd ${tmpdir}/${projdir}
- if ! ( ./configure ${WITH_PACKAGES} > ${configure_log} 2>&1 )
+ if ! ( ./configure ${WITH_PACKAGES} > ${configure_log} 2>&1 ) ; then
echo "Failed: ./configure ${WITH_PACKAGES}" | tee -a ${report}
echo
exit 1
fi
echo "Passed: ./configure ${WITH_PACKAGES}" | tee -a ${report}
- if ! ( make all > ${make_log} 2>&1 )
+ if ! ( make all > ${make_log} 2>&1 ) ; then
echo "Failed: make all" | tee -a ${report}
echo
exit 1
_______________________________________________
openib-general mailing list
[email protected]
http://openib.org/mailman/listinfo/openib-general
To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general