Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
christos
Mon Nov 25 15:22:04 EST 1996
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv17792
Modified Files:
parser.c
Log Message:
- fix parsing bug reported by mycroft: ! was only recognized in the beginning
of pipelines. Now we are recognizing it everywhere like ksh, so:
! if [ a = b ]; then ! echo c && ! true; else ! echo d; fi
works.
Home |
Main Index |
Thread Index |
Old Index