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:
@@ -28,7 +28,7 @@ fi
|
||||
fail=0
|
||||
|
||||
FIXME > out || fail=1
|
||||
cat <<EOF > exp
|
||||
cat <<\EOF > exp
|
||||
FIXME
|
||||
EOF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user