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
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
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 ++
3 matches
Mail list logo