-
Notifications
You must be signed in to change notification settings - Fork 538
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
Overriden cd fails to switch to paths with spaces #457
Comments
Faced the similar issue |
Have the same issue |
After install gvm my cd stopped to work, if run any |
The same issue |
…h to paths with spaces
I tried to delete that but seems it broke the improt of the "cd" in gvm file, could you please also point out where the import of the cd is? Thank you EDIT: NVM, I delete the row in .gvm/scripts/gvm-default at last row and it solved by itself... (for now for my own bash) |
This was totally unexpected and borks PATH in wsl 2 on windows as well. |
I have this issue. I disabled the last command in the . "$GVM_ROOT/scripts/env/cd" && cd . When I inspected the code I noticed there's a |
I had the |
Same for me. |
If I manually edit |
It looks like this repo hasn't seen any commits in almost a year, so manually applying my fix from #482 may be the only option :( |
When attempting to use the
cd
command in bash, which runs$HOME/.gvm/scripts/env/cd
, to navigate to a directory with spaces in its name, the operation fails with the error message "bash: cd: too many arguments." The expected behavior is a successful navigation to directories with spaces in their names.How to reproduce:
Environment:
The text was updated successfully, but these errors were encountered: