Re: [PATCH v1] dts: strip whitespaces from stdout and stderr

2024-02-13 Thread Juraj Linkeš
On Mon, Feb 12, 2024 at 5:49 PM Jeremy Spewock wrote: > > On Wed, Feb 7, 2024 at 7:16 AM Juraj Linkeš > wrote: > > > > There could be a newline at the end of stdout or stderr of a remotely > > executed command. These cause issues when used later, such as when > > joining paths from such commands

Re: [PATCH v1] dts: strip whitespaces from stdout and stderr

2024-02-12 Thread Jeremy Spewock
On Wed, Feb 7, 2024 at 7:16 AM Juraj Linkeš wrote: > > There could be a newline at the end of stdout or stderr of a remotely > executed command. These cause issues when used later, such as when > joining paths from such commands - a newline in the middle of a path is > not valid. > > Fixes: ad80f5

[PATCH v1] dts: strip whitespaces from stdout and stderr

2024-02-07 Thread Juraj Linkeš
There could be a newline at the end of stdout or stderr of a remotely executed command. These cause issues when used later, such as when joining paths from such commands - a newline in the middle of a path is not valid. Fixes: ad80f550dbc5 ("dts: add SSH command verification") Signed-off-by: Juraj