20 Sep
2017
20 Sep
'17
7:50 p.m.
Am 15.09.2017 um 20:30 schrieb ivy.foster@gmail.com:
@@ -1459,16 +1458,17 @@ unset "${!sha384sums_@}" "${!sha512sums_@}" BUILDFILE=${BUILDFILE:-$BUILDSCRIPT} if [[ ! -f $BUILDFILE ]]; then error "$(gettext "%s does not exist.")" "$BUILDFILE" - exit 1 + exit $E_BUILD_FAILED=5
Small thing everyone seems to have overlooked: This line looks wrong to me. bash probably won't like it either. ;) -- regards, brainpower