From ba105aade782902772702c06345a575a57178cdf Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 18 Mar 2015 08:48:01 +0100 Subject: [PATCH] fixup! mingw: Prepare the TMP environment variable for shell scripts --- compat/mingw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/mingw.c b/compat/mingw.c index 38a79d0aff..ee6c23ac83 100644 --- a/compat/mingw.c +++ b/compat/mingw.c @@ -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++)