[7199] in Athena Bugs

home help back first fref pref prev next nref lref last post

vax 7.2R: csh eval

daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Wed Feb 27 16:32:44 1991

From: kkkken@ATHENA.MIT.EDU
Date: Wed, 27 Feb 91 16:32:20 -0500
To: brlewis@ATHENA.MIT.EDU
Cc: bugs@ATHENA.MIT.EDU, jefft@ATHENA.MIT.EDU, acevedo@ATHENA.MIT.EDU


Regarding [7195]  daemon@ATHENA.MIT.EDU Athena Bugs 02/27/91 10:02:

I disagree that there is any problem here.

	athena% set v3 = "eval echo foo > /dev/null"
	athena% $v3
	foo

This is exactly what I'd expect.  The output of "eval" is sent to
"/dev/null".  The output of "echo" is sent to stdout, as it should be.

	athena% set v3 = "eval (echo foo > /dev/null)"
        athena% $v3
	athena%

Just MHO...

-Ken

home help back first fref pref prev next nref lref last post