mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 14:42:40 -04:00
r295825 erroneously dropped the newline from the input data for 'set -v' output and multiline history. Reported by: vangyzen
8 lines
78 B
Text
8 lines
78 B
Text
# $FreeBSD$
|
|
|
|
${SH} <<\EOF
|
|
echo one >&2
|
|
set -v
|
|
echo two >&2
|
|
echo three >&2
|
|
EOF
|