summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index 8320158..8cd3d61 100755
--- a/run
+++ b/run
@@ -17,7 +17,7 @@ done
log "$script_dir -- $filter"
cd $script_dir
-scripts="$(find ./runs -maxdepth 1 -mindepth 1 -perm +111 -type f)"
+scripts="$(find ./runs -maxdepth 1 -mindepth 1 -executable -type f)"
for script in $scripts; do
if echo "$script" | grep -qv "$filter"; then
log "filtering $script"