aboutsummaryrefslogtreecommitdiff
path: root/scripts/assert-shellcheck.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xscripts/assert-shellcheck.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/assert-shellcheck.sh b/scripts/assert-shellcheck.sh
index 70ea65a..76fb2d0 100755
--- a/scripts/assert-shellcheck.sh
+++ b/scripts/assert-shellcheck.sh
@@ -1,4 +1,5 @@
-#!/bin/sh -eux
+#!/bin/sh
+set -eux
git ls-files -z | \
grep -zv vendor | \