aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-05-11 14:36:25 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-05-11 14:36:25 +0200
commitea843ed1bcc863ba8aef8fa972ce0732f386e550 (patch)
tree87c9e37a4f70e99cfc9c50402b20d93e5ba50f46 /Makefile
parent4234b4cb392c0e70085edfbc80585fb9476629f9 (diff)
Make shellcheck happy
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5b3436d..1d59200 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ man:
qa:
reuse lint
- shellcheck bin/bashtard **/*.bash
+ shellcheck -x bin/bashtard **/*.bash
share:
mkdir -pv -- "$(DESTDIR)/share/bashtard"