Skip to content

Commit ba105aa

Browse files
committed
fixup! mingw: Prepare the TMP environment variable for shell scripts
1 parent d596a2a commit ba105aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/mingw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2245,7 +2245,7 @@ void mingw_startup()
22452245
* Convert all dir separators to forward slashes,
22462246
* to help shell commands called from the Git
22472247
* executable (by not mistaking the dir separators
2248-
* for escape characters.
2248+
* for escape characters).
22492249
*/
22502250
char *p;
22512251
for (p = environ[i]; *p; p++)

0 commit comments

Comments
 (0)