Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: Thorsten Kampe Subject: $CDPATH bug in zsh Date: Fri, 31 Jan 2003 02:41:58 +0100 Lines: 26 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT main DOT gmane DOT org User-Agent: 40tude_Dialog/2.0.3.1 zsh doesn't evaluate the root directory ('/') if it is in $CDPATH. I tested this under SuSE 8.1 and it works as supposed, so this seems to be a Cygwin-zsh bug. Have a look at the example[1] ('**' is my prompt). Thorsten -- [1] zsh - the Z shell 4.0.6 ** CDPATH=/ Thorsten AT freki:~ ** cd bin Thorsten AT freki:~ cd: no such file or directory: bin ** bash Thorsten AT freki:~ bash - GNU Bourne-Again SHell 2.05b.0(8)-release Thorsten AT freki:~ ** CDPATH=/ Thorsten AT freki:~ ** cd bin /bin Thorsten AT freki:/bin ** -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/