Make bash scripts exit on error rather than continue (#23467)

This commit is contained in:
Michael Telatynski
2022-10-12 16:15:51 +01:00
committed by GitHub
parent 0e8e472138
commit 341b0b469e
6 changed files with 9 additions and 4 deletions
+1 -2
View File
@@ -12,8 +12,7 @@ then
exit
fi
set -e
set -x
set -ex
tmpdir=`mktemp -d 2>/dev/null || mktemp -d -t 'icontmp'`