diff --git a/todo.sh b/todo.sh index 300c640..0f45da7 100755 --- a/todo.sh +++ b/todo.sh @@ -211,9 +211,9 @@ EndHelp echo "" for action in "$TODO_ACTIONS_DIR/*" do - if [ -x $action ] + if [ -x "$action" ] then - $action usage + "$action" usage fi done echo ""