Date: Mon, 13 Apr 2009 19:10:56 +0000 (UTC) From: Stefan Farfeleder <stefanf@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/sh parser.c Message-ID: <200904131911.n3DJB3k3014515@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
stefanf 2009-04-13 19:10:56 UTC FreeBSD src repository Modified files: bin/sh parser.c Log: SVN rev 191009 on 2009-04-13 19:10:56Z by stefanf Parse 'cmd1 && ! cmd2 | cmd3' correctly, the bang should apply to the entire pipeline cmd2 | cmd3 and not just cmd2. PR: 130298 Submitted by: Jilles Tjoelker Revision Changes Path 1.61 +1 -0 src/bin/sh/parser.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904131911.n3DJB3k3014515>