diff --git a/live-build/auto/config b/live-build/auto/config index 0034f834..5ab86ae1 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -114,7 +114,8 @@ _register_pass () { # we should not let this happen accidentally. case "$PASSES $1" in *.live *.live) - EXPLODE + echo "ERROR: only one 'live' layer allowed" + exit 1 ;; *) ;;