Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Two different zsh sessions handle $* differently
On 8/24/17, Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
> Have you set $IFS to $'\0'? Check with 'typeset -p IFS'.
>
That's it!
(~) typeset -p IFS
typeset IFS='
'
vs. the faulty one:
(~) typeset -p IFS
typeset IFS=
Now, this might have happened accidentally at some point but there's no
history for it, sadly.
Big thanks to everyone!
BR,
-- Mikael
Messages sorted by:
Reverse Date,
Date,
Thread,
Author