Skip to content
Snippets Groups Projects
Commit c1d62029 authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Actually exit 1 the bootstrap script on a failure

parent 149a7d3d
Branches
Tags v5.3.0
1 merge request!119Actually exit 1 the bootstrap script on a failure
......@@ -63,6 +63,7 @@ echo "log: ${LOG}" | tee ${LOG}
function on_failure {
cat ${LOG}
rm ${PREFIX}/.revision
exit 1
}
trap on_failure ERR
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment