Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 05/14/1995 22:50:01
christos
Sun May 14 22:47:45 EDT 1995
Update of /a/cvsroot/src/bin/sh
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv12310
Modified Files:
eval.c expand.c
Log Message:
Fixed new bug the previous fix introduced:
false
foo=bar
echo $?
would print 1
Also fixed the long standing bug:
false
echo `echo $?`
would print 0
The exitstatus needs rethinking and rewriting. The trial and error method
is not very efficient
chopps
Sun May 14 22:48:51 EDT 1995
Update of /a/cvsroot/doc
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv12360
Modified Files:
CHANGES
Log Message:
add recent amiga changes