From 47c7ba75b3ba651faadcf9223e414e5bc51d17ec Mon Sep 17 00:00:00 2001 From: Ed Blackman Date: Sun, 8 Mar 2009 18:41:27 -0400 Subject: [PATCH] Remove now-redundant export of CFG_FILE --- todo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo.sh b/todo.sh index 035e8e3..9c306fa 100644 --- a/todo.sh +++ b/todo.sh @@ -328,7 +328,7 @@ action=$( printf "%s\n" "$1" | tr 'A-Z' 'a-z' ) ## Run and quit if there's a actions script if [ -d "$HOME/.todo.actions.d" -a -x "$HOME/.todo.actions.d/$action" ] then - CFG_FILE="$CFG_FILE" "$HOME/.todo.actions.d/$action" "$@" + "$HOME/.todo.actions.d/$action" "$@" cleanup fi