On Tue, Aug 03 2021, Ævar Arnfjörð Bjarmason wrote:
quoted hunk ↗ jump to hunk
From: Emily Shaffer <redacted>
[...]
diff --git a/t/t1800-hook.sh b/t/t1800-hook.sh
new file mode 100755
index 00000000000..644df0a583c
--- /dev/null
+++ b/t/t1800-hook.sh
@@ -0,0 +1,133 @@
+#!/bin/bash
+
It appears that since at least May 2020 and across N re-rolls of this
topic nobody (including me) has noticed that this should be #!/bin/sh,
not #!/bin/bash.
I've got it fixed up locally, but thought it was not worth another
36-patch re-roll pending further feedback.