Re: Behavior change in Dash pipes/read?

[email protected] Sat, 20 Dec 2025 17:35:26 +0000
Newsgroups org.kernel.vger.dash
Message-ID <[email protected]>
Hello,

use these additional patches, published after the 0.5.13.1 release:

https://marc.info/?l=dash&m=175976339511457
https://marc.info/?l=dash&m=176121885702468
https://marc.info/?l=dash&m=176188900609643

Greetings
Juergen

Am 20.12.2025 17:41 schrieb Jyri-Matti Lähteenmäki:
> Hi,
> 
> after upgrading from Dash 0.5.12 to 0.5.13.1 some of my scripts
> stopped working. Here's a test case:
> 
> $ /nix/store/wy9ass74g4yc1x354ydbdlxkfkxxjv2x-dash-0.5.13.1/bin/dash
> -c 'echo hello | { read -r x; echo "$x"; }'
> $ /nix/store/4kjsgkcxqfadycyspzfrf9gg5n5bpc27-dash-0.5.12/bin/dash -c
> 'echo hello | { read -r x; echo "$x"; }' hello
> 
> (with 0.5.12 "hello" is printed, but with 0.5.13.1 it's not)
> 
> Can someone confirm?
> Thank you!