mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 11:20:29 -05: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
|