From 4ee8c332eddde2640e0ad6b6a33cce4ff8a6c81b Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Mon, 9 Mar 2009 20:43:42 +0100 Subject: [PATCH] Remove redundant code --- todo.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/todo.sh b/todo.sh index 029c9d7..4698383 100755 --- a/todo.sh +++ b/todo.sh @@ -349,7 +349,6 @@ action=$( printf "%s\n" "$1" | tr 'A-Z' 'a-z' ) if [ "$action" == command ] then shift - action=$( printf "%s\n" "$1" | tr 'A-Z' 'a-z' ) elif [ -d "$HOME/.todo.actions.d" -a -x "$HOME/.todo.actions.d/$action" ] then "$HOME/.todo.actions.d/$action" "$@"