diff options
author | EuAndreh <eu@euandre.org> | 2023-04-12 08:16:21 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-12 08:16:21 -0300 |
commit | c573ca8e1a2ad36d60d5d87ca6e7573af8e5b3d2 (patch) | |
tree | bdb984a4cc2af81c50a611fde83e75d89c918e7d | |
parent | bin/: Make help string more consistent across several executables (diff) | |
download | dotfiles-c573ca8e1a2ad36d60d5d87ca6e7573af8e5b3d2.tar.gz dotfiles-c573ca8e1a2ad36d60d5d87ca6e7573af8e5b3d2.tar.xz |
Makefile: Adapt path to share/aux in "check-shellcheck" target
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |