Control: tags -1 + fixed-upstream * Martin D. <martid0...@gmail.com>, 2019-06-20, 19:22:
echo " $(echo '') hello $(echo '') world"will output " hello world", when other shells I've tried (zsh, bash, ksh) all output: " hello world"
This was fixed upstream in v0.5.11: https://git.kernel.org/pub/scm/utils/dash/dash.git/commit/?id=c4f4ee8ecf858348 -- Jakub Wilk