From c573ca8e1a2ad36d60d5d87ca6e7573af8e5b3d2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 12 Apr 2023 08:16:21 -0300 Subject: Makefile: Adapt path to share/aux in "check-shellcheck" target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3