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

Merge branch 'bootstrap-gnutls-fix' into 'master'

Actually exit 1 the bootstrap script on a failure

See merge request !119
parents 149a7d3d c1d62029
No related branches found
No related tags found
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment