-
Notifications
You must be signed in to change notification settings - Fork 464
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
This $PATH should be wrapped in quotes so it will work with spaces #1066
Conversation
🦋 Changeset detectedLatest commit: 7698cc4 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The the fails for clippy and bench/linux don't seem related to what I changed. Please let me know if I'm mistaken about that. |
Yeah that’s fine. I will also accept a |
And thanks for contributing! I don’t take this lightly |
I have pushed up a patch changeset. Is that correct or should I have made it a minor change? And no worries, thanks for providing such a great tool! |
Patch is good! Thank you |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This $PATH use needs to be wrapped in quotes so it will expand properly if there are spaces within the $PATH. This seems to only effect sh, not bash.
To reproduce:
PATH="space path:$PATH"
eval $(fnm env)
sh: 1: export: path:rest/off/you/path/before/next/space: bad variable name