Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!david From: david@utzoo.UUCP (David Trueman) Newsgroups: hacknews Subject: sh(1) bug fixes and use of libndir Message-ID: <3830@utzoo.UUCP> Date: Tue, 8-May-84 11:54:21 EDT Article-I.D.: utzoo.3830 Posted: Tue May 8 11:54:21 1984 Date-Received: Tue, 8-May-84 11:54:21 EDT Organization: U of Toronto Zoology Lines: 11 I have fixed a few relatively minor bugs in the shell: the `value' of a command is supposed to be the status returned by wait(2) plus octal 200 if the command terminates abnormally--it was not--it is now; the shell built-in `wait' was not always returning the correct exit status--it does now. Sh(1) now uses the directory(3) scanning library routines when it reads a directory to do filename expansion. This provides a modest performance improvement, but more importantly, enhances portability. -- David Trueman @ U of Toronto Zoology {allegra,ihnp4,linus,decvax}!utzoo!david