moovweb / gvm

Go Version Manager
http://github.com/moovweb/gvm
MIT License
9.87k stars 520 forks source link

Update the cd script to work with directory names that include spaces #482

Open yithian opened 1 week ago

yithian commented 1 week ago

This patch adds (escaped) quotation marks around the directory argument to the builtin cd so that the user can cd into a directory with spaces in it

yithian commented 1 week ago

This should fix #457