From 02980ae7eebe297ddf3696eb4719a8b893496ef4 Mon Sep 17 00:00:00 2001 From: Ed Blackman Date: Sat, 14 Mar 2009 01:18:42 -0400 Subject: [PATCH] Fix "post_hilter_command" typo --- todo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo.sh b/todo.sh index c633485..0e8f1f7 100755 --- a/todo.sh +++ b/todo.sh @@ -386,7 +386,7 @@ _list() { done ## If post_filter_command is set, append it to the filter_command - [ -n "$post_hilter_command" ] && { + [ -n "$post_filter_command" ] && { filter_command="${filter_command:-}${filter_command:+ | }${post_filter_command:-}" }