From c2dbf740cb8fe8165546adedca7f6d6c965052fd Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 18 Jan 2021 22:33:30 -0300 Subject: Move POSIX sh options out of the shebang line --- build-aux/assert-todos.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build-aux/assert-todos.sh') diff --git a/build-aux/assert-todos.sh b/build-aux/assert-todos.sh index ce6c95b..91015fe 100755 --- a/build-aux/assert-todos.sh +++ b/build-aux/assert-todos.sh @@ -1,4 +1,5 @@ -#!/bin/sh -eu +#!/bin/sh +set -eu if git grep FIXME | grep -v '^TODOs.md' | grep -v '^build-aux/assert-todos.sh' | grep -v '^build-aux/docbook-xsl/'; then echo "Found dangling FIXME markers on the project." -- cgit v1.2.3