On Wed, Jun 01, 2016 at 03:33:23PM +0200, Christian wrote: > sh and zsh both return the expected x=~ > > sh -c "echo x=~" > > x=~
imadev:~$ bash -c 'echo x=~' x=/net/home/wooledg imadev:~$ bash -posix -c 'echo x=~' x=~
On Wed, Jun 01, 2016 at 03:33:23PM +0200, Christian wrote: > sh and zsh both return the expected x=~ > > sh -c "echo x=~" > > x=~
imadev:~$ bash -c 'echo x=~' x=/net/home/wooledg imadev:~$ bash -posix -c 'echo x=~' x=~