[4998] in SIPB bug reports
Re: mosaic outputs cruft to stdout
daemon@ATHENA.MIT.EDU (yandros@MIT.EDU)
Fri Oct 28 14:18:24 1994
From: yandros@MIT.EDU
Date: Fri, 28 Oct 1994 14:16:39 +0500
To: raeburn@cygnus.com
Cc: jhawk@MIT.EDU, bug-sipb@MIT.EDU
In-Reply-To: <9410281502.AA16824@cujo.cygnus.com> (message from Ken Raeburn on Fri, 28 Oct 1994 11:02:05 -0400)
This was indeed the problem that I was talking about. Lynx deals
poorly with a blank argument. :-/
The "more correct" solution I've seen is:
exec foo ${1-"$@"}
Some shells do get a simple "$@" right; most I've used don't.
I don't think I've used any that get ${1-"$@"} wrong.
That's wonderful. I'm ashamed that I didn't think of it myself. I'll
change it immediately.
chad