X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Date: Wed, 2 Feb 2011 22:28:46 +0100
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: directories named '...' (dotdotdot) do not work
Message-ID: <20110202212846.GN2675@calimero.vinschen.de>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <loom.20110201T203452-177@post.gmane.org> <20110202204556.GL2675@calimero.vinschen.de> <4D49C4EB.70204@redhat.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: <4D49C4EB.70204@redhat.com>
User-Agent: Mutt/1.5.21 (2010-09-15)
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Feb  2 13:56, Eric Blake wrote:
> On 02/02/2011 01:45 PM, Corinna Vinschen wrote:
> > Works fine for me:
> > 
> >   $ uname -a
> >   CYGWIN_NT-6.1 vmbert7 1.7.7(0.230/5/3) 2010-08-31 09:58 i686 Cygwin
> >   $ cd tmp
> >   $ mkdir ...
> >   $ cd ...
> >   $ cp /usr/bin/ls.exe .
> >   $ ./ls
> >   ls.exe
> > 
> > I tried on NTFS, Samba and NFS.
> 
> Difference in Windows version?
> 
> $ uname -a
> CYGWIN_NT-5.1 LOUNGE 1.7.7(0.230/5/3) 2010-08-31 09:58 i686 Cygwin
> $ pwd
> /tmp/...
> $ ls
> ls.exe
> $ ./ls
> bash: ./ls: No such file or directory
> 
> or maybe in bash versions (since I did just upgrade bash from 3.2 to 4.1)?

No, I'm using tcsh.  Apparently you're right, it doesn't work in
XP, but it works in W7.  Looks like Microsoft reworked the CreateProcess
call at some point.  I have an idea how this might be possible to
workaround.  Stay tuned.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

