From 2d0efff9a8dcccf32e4513e6d5e2f57ad4c77f38 Mon Sep 17 00:00:00 2001 From: Ingo Karkat Date: Tue, 29 Jun 2010 12:52:56 +0200 Subject: [PATCH] Also exporting the die() function; it's often useful in custom actions. --- todo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' )