You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
albertosouza, luc527, schowdhuri, fholzer, padiakalpesh and 9 more