aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xci-setup.sh1
-rwxr-xr-x[-rw-r--r--]provision.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/ci-setup.sh b/ci-setup.sh
index affa75d..0694f64 100755
--- a/ci-setup.sh
+++ b/ci-setup.sh
@@ -1,5 +1,6 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash
+# shellcheck shell=bash
set -Eeuo pipefail
cd "$(dirname "${BASH_SOURCE[0]}")"
diff --git a/provision.sh b/provision.sh
index 9132068..0676d66 100644..100755
--- a/provision.sh
+++ b/provision.sh
@@ -1,5 +1,6 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash
+# shellcheck shell=bash
set -Eeuo pipefail
cd "$(dirname "${BASH_SOURCE[0]}")"