Re: [PATCH 1/1] cmd: change suppress newline in echo command

2021-01-20 Thread Simon Glass
Hi Heinrich, On Wed, 20 Jan 2021 at 09:43, Heinrich Schuchardt wrote: > > By default the echo command emits its arguments followed by a line feed. > > If any of the arguments contains the sub-string "\c", the line feed is > suppressed. > > This does not match shells used in Linux and BSD where th

[PATCH 1/1] cmd: change suppress newline in echo command

2021-01-20 Thread Heinrich Schuchardt
By default the echo command emits its arguments followed by a line feed. If any of the arguments contains the sub-string "\c", the line feed is suppressed. This does not match shells used in Linux and BSD where the first argument has to be -n to suppress the line feed. The hush shell interferes