aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-04-12 08:16:21 -0300
committerEuAndreh <eu@euandre.org>2023-04-12 08:16:21 -0300
commitc573ca8e1a2ad36d60d5d87ca6e7573af8e5b3d2 (patch)
treebdb984a4cc2af81c50a611fde83e75d89c918e7d
parentbin/: Make help string more consistent across several executables (diff)
downloaddotfiles-c573ca8e1a2ad36d60d5d87ca6e7573af8e5b3d2.tar.gz
dotfiles-c573ca8e1a2ad36d60d5d87ca6e7573af8e5b3d2.tar.xz
Makefile: Adapt path to share/aux in "check-shellcheck" target
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f5a0d88..22bb876 100644
--- a/Makefile
+++ b/Makefile
@@ -85,7 +85,7 @@ $(lisp-images): $(XDG_CONFIG_HOME)/lisp-cli/init.lisp bin/cl bin/li
check-shellcheck:
git ls-files | \
- grep -v '^share/aux-repo' | \
+ grep -v '^share/aux/' | \
sor 'test -f' | \
xargs awk '/^#!\/bin\/sh$$/ { print FILENAME } { nextfile }' | \
xargs shellcheck -x