Skip to content

Conversation

@TheGrayFrost
Copy link

I was running GVM in my WSL installation, which has many paths contains space like:
/mnt/c/Program Files/Microsoft SQL Server/Client SDK..

When this script would run on startup, it would mess up these paths as it splits on both ":" and " "

In general, space is not a special char in bash paths, so we should not split on it. Seems to be a typo.

@TheGrayFrost TheGrayFrost changed the title Don't break paths on space which correcting rvm Don't break paths on space while fixing for rvm Apr 24, 2024
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

Successfully merging this pull request may close these issues.

1 participant