c7d6350d16
r295825 erroneously dropped the newline from the input data for 'set -v' output and multiline history. Reported by: vangyzen
9 lines
78 B
Plaintext
9 lines
78 B
Plaintext
# $FreeBSD$
|
|
|
|
${SH} <<\EOF
|
|
echo one >&2
|
|
set -v
|
|
echo two >&2
|
|
echo three >&2
|
|
EOF
|