Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/16/1996 14:40:02
christos
Wed Oct 16 10:31:58 EDT 1996
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv22435
Modified Files:
eval.c
Log Message:
PR/287: Exit with 127/126 when command is not found/permission denied.
PR/2808: don't bomb out on "set -e; false && true"
christos
Wed Oct 16 10:35:47 EDT 1996
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv22727
Modified Files:
error.c error.h main.c exec.c exec.h
Log Message:
PR/287: Shell does not exit with 126/127 when permission denied/
command not found. Add extra exception type and generalize
error handling routines to take that exception type. Use
a global variable exerrno to keep the last exec error.
christos
Wed Oct 16 10:38:59 EDT 1996
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv22999
Modified Files:
expand.c
Log Message:
PR/2808: Fix parsing of $n where n > 9 (from FreeBSD)