mirror of
https://github.com/git/git.git
synced 2026-03-16 11:40:07 +01:00
The default of pwd of MSYS's bash and /bin/pwd are to use /c/rest/of/path notation instead of c:/rest/of/path. But the former is not supported by programs that use the standard C runtime (instead of MinGW's own runtime). Hence, we must make sure that only drive letter notations are generated by using pwd's -W option.
9.9 KiB
Executable File
9.9 KiB
Executable File