You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use this environment variable to determine whether we can pass / or - to Windows executables as sometimes / is expanded to a Windows path such as C:/msys64/nologo. So this breaks how we pass options to Windows executables. This is in a Mingw-w64 + msys2 environment. Is there another more correct way to detect when bash expands '/' that we should be using? Maybe this is something to do with Mingw-64 rather than msys, but if not, this seems to be a regression in the way bash is built for msys2.
Description / Steps to reproduce the issue
076c4a9 changes the environment variable from
to
We use this environment variable to determine whether we can pass
/
or-
to Windows executables as sometimes/
is expanded to a Windows path such asC:/msys64/nologo
. So this breaks how we pass options to Windows executables. This is in a Mingw-w64 + msys2 environment. Is there another more correct way to detect when bash expands '/' that we should be using? Maybe this is something to do with Mingw-64 rather than msys, but if not, this seems to be a regression in the way bash is built for msys2.Expected behavior
See above
Actual behavior
See above
Verification
Windows Version
MSYS_NT-10.0-20348
Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: