This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Top level configure changes for VMS



> Here's an updated patch using cat <<"EOF"

Did you *test* it?  It doesn't work.  Try this shell script in a
directory with files starting with "foo":

#!/bin/sh
bar=grill
echo "foo* $bar"
cat <<EOF
foo* $bar
EOF
cat <<"EOF"
foo* $bar
EOF
cat <<\EOF
foo* $bar
EOF
cat <<\\EOF
foo* $bar
EOF


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]