zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@csr.com>
To: zsh-workers@sunsite.dk
Subject: Re: BUG: cd '' doesn't produce an error
Date: Wed, 04 Jan 2006 11:41:52 +0000	[thread overview]
Message-ID: <EXCHANGE03jSFUMCGlb00000a49@exchange03.csr.com> (raw)
In-Reply-To: <877j9mycf9.fsf@haugen.visit.se>

Ulrik Haugen wrote:
> If I try
> % cd /tmp; CDPATH=/usr cd ''
> I still wind up in /tmp, so it doesn't seem to have that much to do
> with cdpath to me.

That's because of the special handling of ".": if it doesn't occur in
cdpath, it's assumed to occur first.

That's long-standing behaviour, although I think the documentation (for
cd) is a bit screwy...

          Otherwise [if the argument is not -], if a directory named arg
          is not found in the current directory and arg does not begin
          with a slash, search each component of the  shell  parameter
          cdpath.

This isn't actually quite right, since if . is in $cdpath but not at
the start it doesn't search . straight away.  So at least the
description needs improving (this isn't special to a null string).

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070


Your mail client is unable to display the latest news from CSR. To access our news copy this link into a web browser:  http://www.csr.com/email_sig.html


  parent reply	other threads:[~2006-01-04 11:42 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-21  2:03 Ulrik Haugen
2005-12-21 10:21 ` Peter Stephenson
2005-12-30 12:52   ` Ulrik Haugen
2005-12-30 16:28     ` Wayne Davison
2006-01-04 17:32       ` Wayne Davison
2006-01-04 19:48       ` Ulrik Haugen
2006-01-04 11:41     ` Peter Stephenson [this message]
2006-01-04 13:06       ` Peter Stephenson
2006-01-04 17:48       ` Peter Stephenson
2006-01-04 22:30       ` Ulrik Haugen
2006-01-05 12:29         ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=EXCHANGE03jSFUMCGlb00000a49@exchange03.csr.com \
    --to=pws@csr.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).