Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: unset IFS - zsh: segmentation fault (core dumped) zsh



Atom Smasher <atom@xxxxxxxxxxx>:
> if i unset IFS i get:
> 	zsh: segmentation fault (core dumped)  zsh

Doesn't happen for me, with a cvs build on linux.

> would it be better if zsh reset IFS to a reasonable default, instead?
>
> if i have to, i can restore IFS to its default this way:
> 	IFS=' '$'\t'$'\n'$'\0'
>  is there a more elegant way to reset IFS?

What's with the constant on off? IFS=' '$'\t\n\0'

Regards, Frank

-- 
In protocol design, perfection has been reached not when there is
nothing left to add, but when there is nothing left to take away.
                                                  -- RFC 1925



Messages sorted by: Reverse Date, Date, Thread, Author