Cleanup shebangs, add set -eou[x] pipefail to all files

This commit is contained in:
Sandro Jäckel
2019-07-06 16:17:03 +02:00
parent c949351391
commit 65c5833fd9
6 changed files with 9 additions and 10 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
set -eox pipefail
set -eoux pipefail
if [ -z "$1" ] && [ -n "$CI" ]; then
echo "Usage: ./build.sh \$VERSION_SHORT"