Files
git/git-clone.sh
Johannes Sixt 5877600179 MSYS: local clone must use the drive letter in absolute paths.
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 MSYS's
runtime). Hence, we must make sure that only drive letter notations
are generated by using pwd's -W option.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
2007-12-26 19:15:26 +01:00

12 KiB
Executable File