1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2026-05-08 16:54:34 +00:00

Unify script headers

This commit is contained in:
Kristóf Tóth
2018-04-16 20:46:26 +02:00
parent f3e6a950c8
commit a740fdbda8
+3 -1
View File
@@ -1,5 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -eo pipefail set -eu
set -o pipefail
set -o errtrace
shopt -s expand_aliases shopt -s expand_aliases
if [ "$(uname)" == "Darwin" ]; then if [ "$(uname)" == "Darwin" ]; then