procmail
[Top] [All Lists]

RE: INCLUDERC

2004-03-14 11:59:56

From: David W. Tamkin
Sent: Sunday, March 14, 2004 10:05 AM
[...]

Maybe not.  The binary might behave differently depending on what name
it is invoked by.

Good point. I get the same results running 'bash' directly as well:


$ which test
/usr/bin/test
$ (PATH=;export PATH;test x;echo $?)
0
$ (PATH=;export PATH;ls)
bash: ls: No such file or directory

Thus test and echo are builtin. The man page of course confirms this.


_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>