aboutsummaryrefslogtreecommitdiff
path: root/scripts/assert-nixfmt.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-20 18:30:03 -0300
committerEuAndreh <eu@euandre.org>2021-01-20 18:30:03 -0300
commitaf88327c73b6714d1bfb671d5629394d46c0b25d (patch)
tree1b83635a008d26af859f81b1e3a64f484b993323 /scripts/assert-nixfmt.sh
parents/libre/free/ (diff)
downloadeuandre.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-xscripts/assert-nixfmt.sh3
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 || {