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-spelling.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/assert-spelling.sh') diff --git a/scripts/assert-spelling.sh b/scripts/assert-spelling.sh index f4ab58e..37cec6e 100755 --- a/scripts/assert-spelling.sh +++ b/scripts/assert-spelling.sh @@ -1,4 +1,5 @@ -#!/bin/sh -eu +#!/bin/sh +set -eu export LANG=C.UTF-8 -- cgit v1.2.3