aboutsummaryrefslogtreecommitdiff
path: root/check/bin
diff options
context:
space:
mode:
Diffstat (limited to 'check/bin')
-rwxr-xr-xcheck/bin2
1 files changed, 1 insertions, 1 deletions
diff --git a/check/bin b/check/bin
index a4d5e452..2fc4e767 100755
--- a/check/bin
+++ b/check/bin
@@ -1,6 +1,6 @@
#!/bin/sh
for bin in bin/* ; do
- [ -f "$bin" ] || continue
+ [ -x "$bin" ] || continue
hb=$(sed 1q "$bin") || exit
case $hb in
*bash)