aboutsummaryrefslogtreecommitdiff
path: root/lint/yash
diff options
context:
space:
mode:
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 -- {} +