$ mksh -c 'command set -- one two three; printf %s\\n "$@"'

outputs an empty line.

Expected output:
one
two
three

Thanks,

- M.

Reply via email to