bin/115830: type bourne shell built-in

Craig Rodrigues rodrigc at crodrigues.org
Sun Aug 26 09:20:08 PDT 2007


The following reply was made to PR bin/115830; it has been noted by GNATS.

From: "Craig Rodrigues" <rodrigc at crodrigues.org>
To: Diego Bravo <diegobravoestrada at hotmail.com>
Cc: bug-followup at freebsd.org
Subject: Re: bin/115830: type bourne shell built-in
Date: Sun, 26 Aug 2007 12:13:55 -0400

 Hi,
 
 It looks like this is fixed in CURRENT:
 
 
 $ uname -r -s
 FreeBSD 7.0-CURRENT
 $ type xxxx
 xxxx: Not found
 $ echo $?
 127
 $ type yyyyy/zzzzzz
 yyyyy/zzzzzz: No such file or directory
 $ echo $?
 127
 
 -- 
 Craig Rodrigues
 rodrigc at crodrigues.org


More information about the freebsd-bugs mailing list