New comment by sgn on void-packages repository https://github.com/void-linux/void-packages/pull/20794#issuecomment-611591002 Comment: > why now make echo a function > > ``` > echo() { printf '%s\n' "$@" ; } > ``` That would work, too. I'll change it that way.