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

Fix for directories with spaces in current working directory path #147

Merged
merged 1 commit into from
Sep 8, 2020

Conversation

evanbarter
Copy link
Contributor

Had a fresh install blow up today 😅 This PR:

  • Wraps $directory passed to (non-Windows) shell commands in quotes
  • Returns the process exit code so the test can catch a similar issue in the future
  • Applies the same quote wrapping to the test clean up shell command

@taylorotwell taylorotwell merged commit ef8e322 into laravel:master Sep 8, 2020
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.

2 participants