Skip to content
Commit 9a7eeeba authored by Simon Latapie's avatar Simon Latapie Committed by Jean-Baptiste Kempf
Browse files

compile.sh: refactor checkfail

checkfail function cannot work with `set -e` at the beginning of the
script: every command that will return != 0 will stop the script.

This commit replaces checkfail with a || fail "..." function (to keep
error explanations)
parent 5a658d7c
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment