Skip to content
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

Install script does not handle directories with spaces correctly #191

Open
tigger0jk opened this issue Aug 22, 2020 · 1 comment
Open

Install script does not handle directories with spaces correctly #191

tigger0jk opened this issue Aug 22, 2020 · 1 comment

Comments

@tigger0jk
Copy link

Tried to install in "Program Files"

[pfay@DESKTOP-XXX Program Files (x86)]$ bash -c "$(wget https://raw.githubusercontent.com/mskyaxl/wsl-terminal/master/scripts/install.sh -qO -)" '' -t : line 19: cd: too many arguments

I think changing that line to cd "$scriptpath" might do it. Sorry don't have the time to test and do a PR right now

Works fine installing to a dir without spaces.

@mskyaxl
Copy link
Owner

mskyaxl commented Aug 22, 2020

thanks, It might be. I will check

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

No branches or pull requests

2 participants