Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: mkdir -p buldtin is possibly incorrect?
- X-seq: zsh-workers 21468
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx (Zsh hackers list)
- Subject: Re: mkdir -p buldtin is possibly incorrect?
- Date: Thu, 14 Jul 2005 23:47:03 +0000
- In-reply-to: <20050714201855.7D4078630@xxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <f6879d2c05071412024c9afaf9@xxxxxxxxxxxxxx> <20050714201855.7D4078630@xxxxxxxxxxxxxxxxxxxxxxxx>
On Jul 14, 9:18pm, Peter Stephenson wrote:
}
} > Why do you use "lstat" instead of "stat" in line 130?
} > I have my $HOME symlinked as "/home -> /var/home",
} > so any first attempt to use completion smaps like tths:
} > _store_cache:mkdir:16: cannot make directory `/home': file exists
}
} Yes, it looks like you're right.
Won't stat() return an error on a dangling symlink and therefore make
it appear that no file exists when in fact one does?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author