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

'with path' is broken with trailing whitespace #870

Closed
bitprophet opened this issue Mar 21, 2013 · 0 comments
Closed

'with path' is broken with trailing whitespace #870

bitprophet opened this issue Mar 21, 2013 · 0 comments

Comments

@bitprophet
Copy link
Member

The current implementation of PATH expansion leaves a trailing space which gets escaped and thus becomes part of the actual value added to the shell's path. E.g. attempts to add foo to the path end up adding foo.

Hopefully we can just strip this away; feels like a naive attempt to leave a space "open" for future parts of a built string.

bitprophet added a commit that referenced this issue Mar 22, 2013
bitprophet added a commit that referenced this issue Mar 22, 2013
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

No branches or pull requests

1 participant