On Wed, Jun  6, 2007 at 10:03:11 +0200, Vincent Tabard wrote:

> (This was done within a Makefile. Doing this in my shell outputs the 
> same thing as /bin/echo in a Makefile, which is logical since they 
> should be the same command.)
> 
No they're not.  If your shell is bash, then echo is a shell builtin.
'which' isn't, so obviously it can't know that; use 'type' instead.

I'm interested in what your /bin/sh is, though.

Julien

[and please don't top-post kthxbye]

Répondre à