Remove now-redundant export of CFG_FILE
This commit is contained in:
2
todo.sh
2
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
|
## 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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user