From af88327c73b6714d1bfb671d5629394d46c0b25d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 20 Jan 2021 18:30:03 -0300 Subject: Move shebangs and script calls to POSIX --- scripts/assert-nixfmt.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/assert-nixfmt.sh') 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 || { -- cgit v1.2.3