aboutsummaryrefslogtreecommitdiff
path: root/build-aux/assert-shellcheck.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/assert-shellcheck.sh')
-rwxr-xr-xbuild-aux/assert-shellcheck.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/build-aux/assert-shellcheck.sh b/build-aux/assert-shellcheck.sh
deleted file mode 100755
index 334a875..0000000
--- a/build-aux/assert-shellcheck.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-set -eux
-
-git ls-files -z | \
- xargs -0 awk 'FNR==1 && /^#!\/bin\/sh$/ { print FILENAME }' | \
- xargs shellcheck