MSYS: local clone must use the drive letter in absolute paths.
commit5877600179068559e592bc0ab907e47fff26dcaa
authorJohannes Sixt <johannes.sixt@telecom.at>
Thu, 24 May 2007 08:54:08 +0000 (24 10:54 +0200)
committerJohannes Sixt <johannes.sixt@telecom.at>
Wed, 26 Dec 2007 18:15:26 +0000 (26 19:15 +0100)
tree23b9ff6a012fcc663afd38c98d128097db3aa44f
parentb852ad8252fb65630a55916ac0d1f36858675ba1
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>
git-clone.sh