This $PATH should be wrapped in quotes so it will work with spaces#1066
This $PATH should be wrapped in quotes so it will work with spaces#1066Schniz merged 3 commits intoSchniz:masterfrom
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