Re: 1.7.25: problem with the cd command in ksh

2013-10-07 Thread Robert Klemme
On Mon, Oct 7, 2013 at 7:00 PM, Christopher Faylor wrote: > On Mon, Oct 07, 2013 at 06:44:56PM +0200, Francis ANDRE wrote: >>Le 07/10/2013 11:54, Andrey Repin a ?crit : Can I have a official statement from Cygwin about this? ie that bash is supporting MS-DOX path by accident and ksh wo

Re: 1.7.25: problem with the cd command in ksh

2013-10-07 Thread Christopher Faylor
On Mon, Oct 07, 2013 at 06:44:56PM +0200, Francis ANDRE wrote: >Hi > >Andrey > >Le 07/10/2013 11:54, Andrey Repin a ?crit : >> Greetings, Francis ANDRE! >> >>> Can I have a official statement from Cygwin about this? ie that bash is >>> supporting MS-DOX path by accident and ksh won't and that is no

Re: 1.7.25: problem with the cd command in ksh

2013-10-07 Thread Adam Dinwoodie
On 7 October 2013 06:13, Francis ANDRE wrote: > Le 07/10/2013 00:33, Christopher Faylor a écrit : >> More likely it is just because ksh automatically prepends the current >> working directory to something that it considers to be relative. >> >> I know I'm a broken record on the subject but it is no

Re: 1.7.25: problem with the cd command in ksh

2013-10-07 Thread Andrey Repin
Greetings, Francis ANDRE! > Can I have a official statement from Cygwin about this? ie that bash is > supporting MS-DOX path by accident and ksh won't and that is not a > requirement > of Cygwin? > Or > Can Cygwin adds the understanding of absolute DOS path as a requirement and > fix > the k

Re: 1.7.25: problem with the cd command in ksh

2013-10-06 Thread Francis ANDRE
Le 07/10/2013 00:33, Christopher Faylor a écrit : On Sun, Oct 06, 2013 at 01:06:52PM +0200, Robert Klemme wrote: On Sun, Oct 6, 2013 at 10:49 AM, Francis ANDRE wrote: Hi Robert The problem here is that the string of the target directory is computed by another tool -- Mercurial in this case -

Re: 1.7.25: problem with the cd command in ksh

2013-10-06 Thread Christopher Faylor
On Sun, Oct 06, 2013 at 01:06:52PM +0200, Robert Klemme wrote: >On Sun, Oct 6, 2013 at 10:49 AM, Francis ANDRE >wrote: >> Hi Robert >> >> The problem here is that the string of the target directory is computed by >> another tool -- Mercurial in this case -- and that Mercurial returns a >> absolut

Re: 1.7.25: problem with the cd command in ksh

2013-10-06 Thread Robert Klemme
On Sun, Oct 6, 2013 at 10:49 AM, Francis ANDRE wrote: > Hi Robert > > The problem here is that the string of the target directory is computed by > another tool -- Mercurial in this case -- and that Mercurial returns a > absolute windows style path as > > Z:/DEV/OpenJDK_7u40/hotspot > > which seems

Re: 1.7.25: problem with the cd command in ksh

2013-10-06 Thread Francis ANDRE
Hi Robert The problem here is that the string of the target directory is computed by another tool -- Mercurial in this case -- and that Mercurial returns a absolute windows style path as Z:/DEV/OpenJDK_7u40/hotspot which seems to be relative in Unix world but which is absolute in the Windows wo

Re: 1.7.25: problem with the cd command in ksh

2013-10-05 Thread Robert Klemme
On Sat, Oct 5, 2013 at 8:33 AM, Francis ANDRE wrote: > Hi Cygwin List > > I have a problem with the cd command in a ksh script. In the log below, > there is this error: > /make/scripts/webrev.ksh[2899]: cd: > /cygdrive/z/DEV/OpenJDK_7u40/hotspot/Z:/DEV/OpenJDK_7u40/hotspo > t/make/windows/makefile