K 10 svn:author V 5 brian K 8 svn:date V 27 2001-04-04T09:30:50.000000Z K 7 svn:log V 185 Handle ``!'' characters when they appear as second and subsequent parts of an && or || expression. This makes this expression work as expected: if true && ! false; then echo yes; fi END