[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] configure
From: |
Thiemo Seufer |
Subject: |
Re: [Qemu-devel] [PATCH] configure |
Date: |
Wed, 9 May 2007 15:04:18 +0100 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
Joachim Henke wrote:
> On Wed, 2007-05-09 at 10:51 +0200, Juergen Keil wrote:
> > Isn't the use of "which" wrong, anyway?
> >
> > "which" belongs to csh/tcsh, and tells you about csh's/tcsh's idea
> > about a command or a csh command alias.
> >
> > IMO, for a /bin/sh (or bash) script, using the "type" command would
> > be a better idea.
>
> Yes, 'which' is not reliable.
"type" appears to be bash-specific, at least according to the bash
documentation, so I stuck with "which" for now.
Thiemo
- Re: [Qemu-devel] [PATCH] configure, (continued)
Re: [Qemu-devel] [PATCH] configure, Ben Taylor, 2007/05/08
Re: [Qemu-devel] [PATCH] configure, Juergen Keil, 2007/05/09
Re: [Qemu-devel] [PATCH] configure, Joachim Henke, 2007/05/09