fixup! mingw: Prepare the TMP environment variable for shell scripts

This commit is contained in:
Johannes Schindelin
2015-03-18 08:48:01 +01:00
parent d596a2aa14
commit ba105aade7

View File

@@ -2245,7 +2245,7 @@ void mingw_startup()
* Convert all dir separators to forward slashes,
* to help shell commands called from the Git
* executable (by not mistaking the dir separators
* for escape characters.
* for escape characters).
*/
char *p;
for (p = environ[i]; *p; p++)