Using Schily Tools 2020-03-27 on Debian 10.3.
echo $( printf a; printf b ) # => ab : $( cat << HERE HERE ) echo $( printf a; printf b ) # => aprintf
This is a really strange behavior that would need a longer investigation.
It seems to be related to $(cmd) handling as it does not appen with cmd using backticks
cmd
It was not parser confusion, but missbehaved output optimization, please check the patch
It seems to work. Thank you!
Closed as it is fixed in the next release
Log in to post a comment.
This is a really strange behavior that would need a longer investigation.
It seems to be related to $(cmd) handling as it does not appen with
cmdusing backticksLast edit: Jörg Schilling 2020-04-17
It was not parser confusion, but missbehaved output optimization, please check the patch
It seems to work. Thank you!
Closed as it is fixed in the next release