Subject: Re: pkg/36080
To: None <pkgsrc-bugs@NetBSD.org, pkg-manager@NetBSD.org,>
From: J.A. Neitzel <jneitzel@sdf.lonestar.org>
List: pkgsrc-bugs
Date: 03/26/2007 18:32:49
> The following reply was made to PR pkg/36080; it has been noted by GNATS.
>
> From: "Jeremy C. Reed" <reed@reedmedia.net>
> To: jneitzel@sdf.lonestar.org
> Cc: gnats-bugs@netbsd.org
> Subject: Re: pkg/36080
> Date: Mon, 26 Mar 2007 11:46:01 -0500 (CDT)

>  I updated the osh package in pkgsrc. Thanks. (I am new to osh and exit 
>  didn't appear to do anything -- no error and no close of shell...)

Thanks.

Yes, exit does not terminate an interactive shell.  This is the
expected behavior.  The user exits an interactive shell by typing
an EOT (^D)...

This is how the original did it .. and the 7th Edition Bourne shell
did it this way too...

Doing an `exit' only causes the shell to cease execution of a file.

>  Will you please commit the following patch for your next release?

[...snip...]

Yes, patch committed .. Thanks!
-- 
Jeffrey Neitzel