diff options
author | EuAndreh <eu@euandre.org> | 2021-01-20 18:30:03 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-20 18:30:03 -0300 |
commit | af88327c73b6714d1bfb671d5629394d46c0b25d (patch) | |
tree | 1b83635a008d26af859f81b1e3a64f484b993323 /scripts/assert-nixfmt.sh | |
parent | s/libre/free/ (diff) | |
download | euandre.org-af88327c73b6714d1bfb671d5629394d46c0b25d.tar.gz euandre.org-af88327c73b6714d1bfb671d5629394d46c0b25d.tar.xz |
Move shebangs and script calls to POSIX
Diffstat (limited to 'scripts/assert-nixfmt.sh')
-rwxr-xr-x | scripts/assert-nixfmt.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/assert-nixfmt.sh b/scripts/assert-nixfmt.sh index 761c1e2..9bdd3bf 100755 --- a/scripts/assert-nixfmt.sh +++ b/scripts/assert-nixfmt.sh @@ -1,4 +1,5 @@ -#!/bin/sh -eux +#!/bin/sh +set -eux # shellcheck disable=2094 nixfmt < default.nix | diff - default.nix || { |