Re: [PATCH 05/19] mingw: prepare the TMPDIR environment variable for shell scripts

2016-01-26 Thread Johannes Schindelin
Hi Eric, On Sun, 24 Jan 2016, Eric Sunshine wrote: > On Sun, Jan 24, 2016 at 10:43 AM, Johannes Schindelin > wrote: > > When shell scripts access a $TMPDIR variable containing backslashes, > > they will be mistaken for escape characters. Let's not let that happen > > by converting them to forwar

Re: [PATCH 05/19] mingw: prepare the TMPDIR environment variable for shell scripts

2016-01-24 Thread Eric Sunshine
On Sun, Jan 24, 2016 at 10:43 AM, Johannes Schindelin wrote: > When shell scripts access a $TMPDIR variable containing backslashes, > they will be mistaken for escape characters. Let's not let that happen > by converting them to forward slashes. > > This partially fixes t7800 with MSYS2. > > Signe

[PATCH 05/19] mingw: prepare the TMPDIR environment variable for shell scripts

2016-01-24 Thread Johannes Schindelin
When shell scripts access a $TMPDIR variable containing backslashes, they will be mistaken for escape characters. Let's not let that happen by converting them to forward slashes. This partially fixes t7800 with MSYS2. Signed-off-by: Johannes Schindelin --- compat/mingw.c | 23 ++