Remove redundant code

This commit is contained in:
Philippe Teuwen
2009-03-09 20:43:42 +01:00
parent 88caf44e9e
commit 4ee8c332ed

View File

@@ -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" "$@"