Hello Sven, thanks for the quick feedback!
* Sven Mascheck wrote on Tue, Nov 11, 2008 at 01:00:26AM CET: > On Mon, Nov 10, 2008 at 08:34:31PM +0100, Ralf Wildenhues wrote: > > > func_fallback_echo() > > { > > eval 'cat <<_LTEOF > > $* > > _LTEOF' > > } > > > You probably remembered "http://www.in-ulm.de/~mascheck/bourne/common.html"? Yes, I think the tempfile issue on that page was it. Let's use the eval here, that can only be safer, even if we don't intend to unset func_fallback_echo ATM. Cheers, Ralf