From 1149dc6d256430899bce7b73b1688bc3c2312ba5 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Tue, 12 Nov 2024 18:53:21 +0100 Subject: [PATCH] More strict error handling in the Bash script. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 527d1fd..7106bc3 100644 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| -set -e +set -eo pipefail trap 'read -p "Press any key..." x || true' EXIT # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~