diff options
| author | EuAndreh <eu@euandre.org> | 2019-05-26 20:21:07 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2019-05-26 20:21:20 -0300 |
| commit | 54d412e8b931741f37d8b05f9d6ced1e663f5df2 (patch) | |
| tree | 32cdae3615cf0409586c0490d4730f30a4aaa09f /ci-setup.sh | |
| parent | Format default.nix (nixfmt offense) (diff) | |
| download | server-54d412e8b931741f37d8b05f9d6ced1e663f5df2.tar.gz server-54d412e8b931741f37d8b05f9d6ced1e663f5df2.tar.xz | |
Specify shell type to ShellCheck in nix-shell shebang files
Diffstat (limited to 'ci-setup.sh')
| -rwxr-xr-x | ci-setup.sh | 1 |
1 files changed, 1 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]}")" |
