mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
r295825 erroneously dropped the newline from the input data for 'set -v' output and multiline history. Reported by: vangyzen
5 lines
42 B
Text
5 lines
42 B
Text
one
|
|
echo two >&2
|
|
two
|
|
echo three >&2
|
|
three
|