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 'mklink' command parameters should be quoted #110

Closed
rfgamaral opened this issue Aug 25, 2020 · 1 comment
Closed

Install script 'mklink' command parameters should be quoted #110

rfgamaral opened this issue Aug 25, 2020 · 1 comment

Comments

@rfgamaral
Copy link

It seems the mklink calls should have the parameteres quoted, otherwise one gets this:

Make sure Fork.RI is executable in WSL...
OK.

Create 'git.exe' symlink...
The syntax of the command is incorrect.
OK.

Simply changing all mklink calls from this:

mklink %CMDDIR%\git.exe %CMDDIR%\wslgit.exe

To this:

mklink "%CMDDIR%\git.exe" "%CMDDIR%\wslgit.exe"

Seems to fix the issue.

I apologize for not being able to open a PR for this and speed up the process, sorry :(

@andy-5 andy-5 closed this as completed in cdb183a Aug 25, 2020
@andy-5
Copy link
Owner

andy-5 commented Aug 25, 2020

Thank you for reporting the issue, and describing the solution. I've uploaded a new release with the fixed install script.

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