Skip to content

Conversation

NightFlyer
Copy link
Contributor

If the current directory had spaces in the directory path, this script would fail.
That has been fixed by appropriate use of quotes.

Before submitting a pull request, please make sure the following is done:

If the current directory had spaces in the directory path, this script would fail.
That has been fixed by appropriate use of quotes.
Copy link
Member

@inkarkat inkarkat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, quoting was non-existent there. Good catch; not many people use spaces in the development path (because this is so prone to failing).

@karbassi
Copy link
Member

For this PR, could someone go through and quote all variables needed?

@karbassi karbassi merged commit eb7feae into todotxt:master Aug 3, 2021
wwalker pushed a commit to wwalker/todo.txt-cli that referenced this pull request Sep 19, 2021
If the current directory had spaces in the directory path, this script would fail.
That has been fixed by appropriate use of quotes.

Co-authored-by: Tim Learmont <learmont@NocturnalAviation.com>
Co-authored-by: Ali Karbassi <ali@karbassi.com>
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.

Spaces in directory cause problems with tests
4 participants