diff --git a/todo.sh b/todo.sh index 0f45da7..6eab98f 100755 --- a/todo.sh +++ b/todo.sh @@ -209,7 +209,7 @@ EndHelp if [ -d "$TODO_ACTIONS_DIR" ] then echo "" - for action in "$TODO_ACTIONS_DIR/*" + for action in "$TODO_ACTIONS_DIR"/* do if [ -x "$action" ] then