Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Aug 2007 16:20:08 GMT
From:      "Craig Rodrigues" <rodrigc@crodrigues.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/115830: type bourne shell built-in
Message-ID:  <200708261620.l7QGK8g6058542@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/115830; it has been noted by GNATS.

From: "Craig Rodrigues" <rodrigc@crodrigues.org>
To: Diego Bravo <diegobravoestrada@hotmail.com>
Cc: bug-followup@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@crodrigues.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708261620.l7QGK8g6058542>