Skip to content

changing $TODO_SH => $TODO_FULL_SH#1

Open
dhfromkorea wants to merge 1 commit into
doegox:extrasfrom
dhfromkorea:patch-1
Open

changing $TODO_SH => $TODO_FULL_SH#1
dhfromkorea wants to merge 1 commit into
doegox:extrasfrom
dhfromkorea:patch-1

Conversation

@dhfromkorea

Copy link
Copy Markdown

$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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant