aboutsummaryrefslogtreecommitdiff
path: root/lint
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-03 11:45:25 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-03 11:45:25 +1200
commitdeab091c77d399775536662fac2eee46fee38952 (patch)
tree80b13666a0ee42deb4ed174b06b341af2b254595 /lint
parentDon't test sed scripts (diff)
downloaddotfiles-deab091c77d399775536662fac2eee46fee38952.tar.gz
dotfiles-deab091c77d399775536662fac2eee46fee38952.zip
Correct lint/bin directory
Diffstat (limited to 'lint')
-rwxr-xr-xlint/bin2
1 files changed, 1 insertions, 1 deletions
diff --git a/lint/bin b/lint/bin
index a126a822..1130e432 100755
--- a/lint/bin
+++ b/lint/bin
@@ -1,5 +1,5 @@
#!/bin/sh
-for bin in games/* ; do
+for bin in bin/* ; do
[ -f "$bin" ] || continue
hb=$(sed 1q "$bin") || exit
case $hb in