Files
git/git-clone.sh
Johannes Sixt dafd0c5fec Fix local clone on MinGW: absolute paths must use the drive letter.
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.
2007-05-24 22:36:12 +02:00

9.9 KiB
Executable File