--- src/bin/sh/parser.c.orig 2008-09-04 19:34:53.000000000 +0200 +++ src/bin/sh/parser.c 2009-04-05 00:02:51.000000000 +0200 @@ -250,6 +250,7 @@ pipeline(void) int negate; negate = 0; + checkkwd = 2; TRACE(("pipeline: entered\n")); while (readtoken() == TNOT) negate = !negate;