Parser fix from NetBSD (christos)
authormillert <millert@openbsd.org>
Sun, 1 Dec 1996 05:09:51 +0000 (05:09 +0000)
committermillert <millert@openbsd.org>
Sun, 1 Dec 1996 05:09:51 +0000 (05:09 +0000)
commit7ddc88d2faa5c89cfcbca263011fcfba3745522e
tree78263bd6e1aae45939dc243f0e145ca9b57c07c2
parent1ea725044790f9d21f338ca09b35a7b732bd2361
Parser fix from NetBSD (christos)
- ! was only recognized in the beginning of pipelines.  Now we
  are recognizing it everywhere like ksh, so the following works.
! if [ a = b ]; then ! echo c && ! true; else ! echo d; fi
bin/sh/parser.c