aboutsummaryrefslogtreecommitdiff
path: root/lint/yash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-30 23:39:15 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-30 23:39:15 +1300
commit420c5f50624bba099a4e1cf4b8b50b635aad4989 (patch)
tree7f243e48a4b97e9457397577973bc040f771562e /lint/yash
parentRemove unneeded typeset call (diff)
downloaddotfiles-420c5f50624bba099a4e1cf4b8b50b635aad4989.tar.gz
dotfiles-420c5f50624bba099a4e1cf4b8b50b635aad4989.zip
Clean up lint scripts a bit
Diffstat (limited to 'lint/yash')
-rwxr-xr-xlint/yash2
1 files changed, 1 insertions, 1 deletions
diff --git a/lint/yash b/lint/yash
index c2eacab3..1397f9f1 100755
--- a/lint/yash
+++ b/lint/yash
@@ -1,2 +1,2 @@
#!/bin/sh
-find yash -type f -print -exec shellcheck -e SC1090 -s sh -- {} \;
+find yash -type f -print -exec shellcheck -e SC1090 -s sh -- {} +