From cf3c5312bff5d57a8077d6c4a60a89370c794d96 Mon Sep 17 00:00:00 2001 From: Ed Blackman Date: Fri, 13 Mar 2009 17:02:31 -0400 Subject: [PATCH] Export _list for call by extensions --- todo.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/todo.sh b/todo.sh index 21a679c..a8025b4 100755 --- a/todo.sh +++ b/todo.sh @@ -411,6 +411,8 @@ _list() { fi } +export -f _list + # == HANDLE ACTION == action=$( printf "%s\n" "$1" | tr 'A-Z' 'a-z' )