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