bug#76243: [shepherd] Lines not ending in #\newline are not logged

2025-02-26 Thread Ludovic Courtès
Tomas Volf <~@wolfsden.cz> skribis: > When you execute the following code: > > herd spawn transient -- $(which sh) -c 'printf x' > > > The `x' is nowhere to be found in the log: Fixed in bf996702af39f679e896cb745c6c11516cce94bc.

bug#76243: [shepherd] Lines not ending in #\newline are not logged

2025-02-12 Thread Tomas Volf
Hi :) When you execute the following code: --8<---cut here---start->8--- herd spawn transient -- $(which sh) -c 'printf x' --8<---cut here---end--->8--- The `x' is nowhere to be found in the log: --8<---cut he