qt515: consolidate bash set short options

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Thomas Tuegel 2021-10-31 11:37:54 -05:00 committed by GitHub
parent 940e668914
commit de97acd190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p nix-prefetch-scripts jq
set -x -e -o pipefail
set -eox pipefail
here="$(dirname "${BASH_SOURCE[0]}")"
modules="${here}/modules"