From 93d2dcad2d8b03eab613404e8c7c4209f250c70d Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 27 Aug 2023 13:44:55 +0100 Subject: handle/make/config: add missing pipes for err i forgot to add these! without them, the script will always exit with an error Signed-off-by: Leah Rowe --- resources/scripts/handle/make/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/handle/make/config b/resources/scripts/handle/make/config index 6bbc0b04..1ab0864b 100755 --- a/resources/scripts/handle/make/config +++ b/resources/scripts/handle/make/config @@ -224,7 +224,7 @@ check_config() run_make_command() { - ./handle make file -c "${codedir}" + ./handle make file -c "${codedir}" || \ fail "run_make_command: make distclean/clean failed" cp "${config}" "${codedir}/.config" || \ -- cgit v1.2.1