Skip to content
  • Andrej's avatar
    Fix false `set -e` termination · 033349d3
    Andrej authored and Ariadne Conill's avatar Ariadne Conill committed
    `readconfig()` would return the result of `[ -z "$CBUILDROOT" ]` condition (line 123) and trigger shell termination in abuild.
    This also fixes building packages with a different $CTARGET and therefore cross-compile tools.
    033349d3