Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
sun-lamp CVS commits
- To: source-changes
- Subject: sun-lamp CVS commits
- From: The Source of All Evil <source>
- Date: Sun, 14 May 1995 22:50:01 -0400
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
Home |
Main Index |
Thread Index |
Old Index