mirror of
https://github.com/git/git.git
synced 2026-02-07 08:15:23 +00:00
fixup! mingw: Prepare the TMP environment variable for shell scripts
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user