Description / Steps to reproduce the issue
- Run cmd.exe
- Set initial PWD.
set PWD=%CD%
- Run msys2.cmd from cmd.exe
- Check PWD with
pwd or echo $PWD
Expected behavior
Unix path starting with /c/...
Actual behavior
Windows path starting with C:\...
Verification
Windows Version
MSYS_NT-10.0-19045
Are you willing to submit a PR?
No response
Description / Steps to reproduce the issue
set PWD=%CD%pwdorecho $PWDExpected behavior
Unix path starting with /c/...
Actual behavior
Windows path starting with C:\...
Verification
Windows Version
MSYS_NT-10.0-19045
Are you willing to submit a PR?
No response