msys2.github.io
msys2.github.io copied to clipboard
The MSYS2 homepage
/usr/bin/start has this line: ``` cmd //c start "${@//&/^&}" ``` The double slash prevents conversion of `/c` into `C:\`, instead it's converted to `/c` with a single slash. I couldn't...
Needed for git.
Add descriptions of the hack for shared location.
See https://github.com/msys2/setup-msys2/issues/52 It's not very common to go from native to cygwin, but it can be confusing if it happens.