From 644335245fbcf69c067978d9efdf8690ba051873 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 30 Oct 2020 16:24:36 -0300 Subject: assert-spelling.sh: Enable --trace by default when doing Jekyll builds --- scripts/assert-spelling.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/assert-spelling.sh b/scripts/assert-spelling.sh index bf1a350..615fddc 100755 --- a/scripts/assert-spelling.sh +++ b/scripts/assert-spelling.sh @@ -15,7 +15,7 @@ done OUT="$(mktemp)" shopt -s globstar -jekyll build --future +jekyll build --future --trace for f in _site/**/*.html; do if ! grep -E '^_site/vendor/' <(echo "$f") > /dev/null; then l="$(head -n2 "$f" | tail -n1 | cut -d\" -f2)" -- cgit v1.2.3