some tweaks for contrib/test_summary

Alexandre Oliva aoliva@cygnus.com
Sat Jun 3 16:46:00 GMT 2000


On Jun  1, 2000, Zack Weinberg <zack@wolery.cumb.org> wrote:

> 1) Use cat <<'EOF' instead of cat <<\\EOF; my shell objects to the
>    latter.  I don't know where the second backslash came from.

The backslash is used to prevent shell-expansion in the in-document.
I didn't know it wasn't portable.  In fact, it surprises me, because
even autoconf uses that.  If you're going to remove the backslash,
then just remove it, there's no need to add the single quotes.  But
I'm very interested in learning what kind of failure you're observing,
on what system it's failing, and which shell you're using.

-- 
Alexandre Oliva    Enjoy Guaraná, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me



More information about the Gcc-patches mailing list