Description
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:
- With initialized GVM, create a directory with spaces in its name:
mkdir -p '~/foo bar'
cd '~/foo bar'
- The following error is encountered:
bash: cd: too many arguments
Environment:
- Operating System: GNU/Linux
- GVM Version: 1.0.22
- Bash Version: 5.1.16(1)-release
Metadata
Metadata
Assignees
Labels
No labels