1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

Use quoted here doc by default,

so e.g., backticks don't need to be escaped.
This commit is contained in:
Jim Meyering
2002-06-15 09:41:47 +00:00
parent 14c7cfea4c
commit 2309be536f

View File

@@ -28,7 +28,7 @@ fi
fail=0
FIXME > out || fail=1
cat <<EOF > exp
cat <<\EOF > exp
FIXME
EOF