Date: Sat, 10 Aug 2002 20:04:24 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh parser.c Message-ID: <200208110304.g7B34OoK076851@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2002/08/10 20:04:24 PDT
Modified files:
bin/sh parser.c
Log:
Allow redirections by themselves between "&&" and "||" operators.
For example, >/dev/null && echo foo
Pointed out by: FUJISHIMA Satsuki
MFC after: 1 week
Revision Changes Path
1.43 +2 -3 src/bin/sh/parser.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208110304.g7B34OoK076851>
