Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: unset IFS - zsh: segmentation fault (core dumped) zsh
- X-seq: zsh-users 14138
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: unset IFS - zsh: segmentation fault (core dumped) zsh
- Date: Mon, 18 May 2009 13:51:00 +0200
- In-reply-to: <20090518113402.12840.qmail@xxxxxxxxxxx>
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20090518113402.12840.qmail@xxxxxxxxxxx>
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