Skip to content

Conversation

@sej7278
Copy link
Collaborator

@sej7278 sej7278 commented Jun 28, 2014

Fix for issue #192

Added quotes around greps/cats to help alleviate possible problems with spaces in directory/file-names. Still the possibility for problems with include lines as they don't respect quotes, so would need escaping.

Removed $TARGETS as it was an unsafe wildcard and was only used in make clean which itself has been simplified to just delete the $OBJDIR rather than waste time deleting individual files.

with spaces in directory/file-names.

Removed $TARGETS as it was an unsafe wildcard and was only used
in "make clean" which itself has been simplified to just delete
the $OBJDIR rather than waste time deleting individual files.
@sudar sudar added this to the 1.3.4 milestone Jun 29, 2014
sudar added a commit that referenced this pull request Jun 29, 2014
Quote/regex/wildcard audit (fixes issue #192)
@sudar sudar merged commit 20ccdf1 into sudar:master Jun 29, 2014
@sudar
Copy link
Owner

sudar commented Jun 29, 2014

Thanks. Just merged it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants