pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/36080
The following reply was made to PR pkg/36080; it has been noted by GNATS.
From: "J.A. Neitzel" <jneitzel%sdf.lonestar.org@localhost>
To: pkgsrc-bugs%NetBSD.org@localhost, pkg-manager%NetBSD.org@localhost,
gnats-bugs%NetBSD.org@localhost, gnats-admin%NetBSD.org@localhost
Cc: jneitzel%sdf.lonestar.org@localhost
Subject: Re: pkg/36080
Date: Mon, 26 Mar 2007 18:32:49 +0000
> The following reply was made to PR pkg/36080; it has been noted by GNATS.
>
> From: "Jeremy C. Reed" <reed%reedmedia.net@localhost>
> To: jneitzel%sdf.lonestar.org@localhost
> Cc: gnats-bugs%netbsd.org@localhost
> 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
Home |
Main Index |
Thread Index |
Old Index