From e697d50d350811b7f779141217f58f72636b19b1 Mon Sep 17 00:00:00 2001 From: Pete Fotheringham Date: Sun, 15 Sep 2024 19:49:54 +0100 Subject: [PATCH] Exit if BUILD_OVERLAY set true --- src/new_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/new_build.sh b/src/new_build.sh index f9dd912..6b6baf3 100755 --- a/src/new_build.sh +++ b/src/new_build.sh @@ -253,6 +253,7 @@ for codename in ${devices//,/ }; do # Setup our overlays if [ "$BUILD_OVERLAY" = true ]; then echo "Using BUILD_OVERLAY is not yet working" + exit 1 # lowerdir=$SRC_DIR/$branch_dir # upperdir=$TMP_DIR/device