Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/fix for spaces in project path #58

Conversation

jflearn
Copy link
Contributor

@jflearn jflearn commented Aug 7, 2018

I keep all my projects in a "Source Files" directory. When trying to execute phpunit on a test, it barks at me that the the "Source" directory is not found. It doesn't appear to like the space in the file path.

I've updated the code to escape the executable path, which fixes the problem for me.

I do a lot more php than lisp, so please let me know if you think that there's a better way to do this!

Thanks!
--jfl

@jflearn jflearn changed the base branch from master to develop August 7, 2018 16:02
@zonuexe zonuexe merged commit ff89430 into nlamirault:develop Aug 8, 2018
@zonuexe
Copy link
Collaborator

zonuexe commented Aug 8, 2018

@jflearn Thanks!

@zonuexe zonuexe mentioned this pull request Aug 8, 2018
zonuexe added a commit that referenced this pull request Aug 12, 2018
This problem is made by #58.
That occurs because "~" is escaped before being passed to the shell.
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.

None yet

2 participants