Skip to content
  • Simon Latapie's avatar
    compile.sh: refactor checkfail · 9a7eeeba
    Simon Latapie authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
    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)
    9a7eeeba