Re: [gentoo-dev] [PATCH 3/5] toolchain.eclass: avoid leading double slash

2018-06-20 Thread Ulrich Mueller
> On Wed, 20 Jun 2018, Michael Haubenwallner wrote: > Path starting with "//" is a Network path for Cygwin: > As DATAPATH starts with EPREFIX, we have to use it with ${ROOT%/}. > --- > eclass/toolchain.eclass | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > diff --git a/eclass

[gentoo-dev] [PATCH 3/5] toolchain.eclass: avoid leading double slash

2018-06-20 Thread Michael Haubenwallner
Path starting with "//" is a Network path for Cygwin: As DATAPATH starts with EPREFIX, we have to use it with ${ROOT%/}. --- eclass/toolchain.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index a51d8e84f5e..bc3a80