From 9898e7df3f2af698c64ebf1df2d82d9a9e4fe354 Mon Sep 17 00:00:00 2001 From: Dave Hein Date: Tue, 7 Apr 2009 10:04:43 +0800 Subject: [PATCH] Fix misplaced quote that was blocking filename globbing in the action 'usage' logic. Signed-off-by: Gina Trapani --- todo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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