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 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~