Date: Wed, 20 Sep 1995 01:31:00 -0700 From: David Greenman <davidg> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/sh eval.c Message-ID: <199509200831.BAA24055@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidg 95/09/20 01:30:59 Modified: bin/sh eval.c Log: Don't dereference a NULL pointer in the case of a null pipe. e.g.: ls |> foo.out sh now behaves the same as it does under SunOS 4.x for this case.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509200831.BAA24055>