Fix misplaced quote that was blocking filename globbing in the action

'usage' logic.

Signed-off-by: Gina Trapani <ginatrapani@gmail.com>
This commit is contained in:
Dave Hein
2009-04-07 10:04:43 +08:00
committed by Gina Trapani
parent 42e1a658d6
commit 9898e7df3f

View File

@@ -209,7 +209,7 @@ EndHelp
if [ -d "$TODO_ACTIONS_DIR" ] if [ -d "$TODO_ACTIONS_DIR" ]
then then
echo "" echo ""
for action in "$TODO_ACTIONS_DIR/*" for action in "$TODO_ACTIONS_DIR"/*
do do
if [ -x "$action" ] if [ -x "$action" ]
then then