X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_RW,TW_VM,TW_WX,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <20110202204556.GL2675@calimero.vinschen.de> References: <20110202204556 DOT GL2675 AT calimero DOT vinschen DOT de> Date: Wed, 2 Feb 2011 21:51:27 +0100 Message-ID: Subject: Re: directories named '...' (dotdotdot) do not work From: marco atzeri To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Wed, Feb 2, 2011 at 9:45 PM, Corinna Vinschen wrote: > On Feb =A01 19:37, Ralf Wildenhues wrote: >> Hello Cygwin developers, >> >> The following fails for me (and web and list search haven't been helpful= ): >> >> $ mkdir ... >> $ cd ... >> $ cp /usr/bin/ls.exe . >> $ ./ls.exe >> bash: ./ls.exe: No such file or directory >> >> Same with code compiled in this directory. >> >> Is this a bug or by design? > > Works fine for me: > > =A0$ uname -a > =A0CYGWIN_NT-6.1 vmbert7 1.7.7(0.230/5/3) 2010-08-31 09:58 i686 Cygwin > =A0$ cd tmp > =A0$ mkdir ... > =A0$ cd ... > =A0$ cp /usr/bin/ls.exe . > =A0$ ./ls > =A0ls.exe > > I tried on NTFS, Samba and NFS. > > > Corinna > not working also here: $ uname -a CYGWIN_NT-5.1 1.7.8s(0.235/5/3) 20110130 23:04:08 i686 Cygwin $ ./ls.exe bash: ./ls.exe: No such file or directory $ ./ls bash: ./ls: No such file or directory $ ls -l total 128 -rwxr-xr-x+ 1 Marco Administrators 129550 Feb 2 20:55 ls.exe Marco -- 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