Closed dhfromkorea closed 8 years ago
$TODO_SH env var points to a filename which is todo.sh, where it's better to have a full path with $TODO_FULL_SH. For those who have todo.sh in a custom location will run into: a "command not found" error at line 29.
$TODO_SH = $(basename full/path/to/todo.sh) => todo.sh
$TODO_SH env var points to a filename which is todo.sh, where it's better to have a full path with $TODO_FULL_SH. For those who have todo.sh in a custom location will run into: a "command not found" error at line 29.
$TODO_SH = $(basename full/path/to/todo.sh) => todo.sh