diff --git a/todo.sh b/todo.sh index 96b7c54..d2fc5de 100755 --- a/todo.sh +++ b/todo.sh @@ -601,7 +601,7 @@ _list() { fi } -export -f _list +export -f _list die # == HANDLE ACTION == action=$( printf "%s\n" "$ACTION" | tr 'A-Z' 'a-z' )