Remove now-redundant export of CFG_FILE

This commit is contained in:
Ed Blackman
2009-03-08 18:41:27 -04:00
parent 7b2c9f080a
commit 47c7ba75b3

View File

@@ -328,7 +328,7 @@ action=$( printf "%s\n" "$1" | tr 'A-Z' 'a-z' )
## Run and quit if there's a actions script ## Run and quit if there's a actions script
if [ -d "$HOME/.todo.actions.d" -a -x "$HOME/.todo.actions.d/$action" ] if [ -d "$HOME/.todo.actions.d" -a -x "$HOME/.todo.actions.d/$action" ]
then then
CFG_FILE="$CFG_FILE" "$HOME/.todo.actions.d/$action" "$@" "$HOME/.todo.actions.d/$action" "$@"
cleanup cleanup
fi fi