Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Word splitting with zsh fix
- X-seq: zsh-workers 22258
- From: DervishD <zsh@xxxxxxxxxxxx>
- To: Roumen Petrov <bugtrack@xxxxxxxxxxxxxxxxx>
- Subject: Re: Word splitting with zsh fix
- Date: Mon, 13 Feb 2006 12:37:06 +0100
- Cc: Zsh Workers <zsh-workers@xxxxxxxxxx>
- In-reply-to: <43EF4EAA.6040507@xxxxxxxxxxxxxxxxx>
- Mail-followup-to: Roumen Petrov <bugtrack@xxxxxxxxxxxxxxxxx>, Zsh Workers <zsh-workers@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: DervishD
- References: <20060211122226.GD13513@DervishD> <43EF4EAA.6040507@xxxxxxxxxxxxxxxxx>
Hi Roumen :)
Sorry for not answering before.
* Roumen Petrov <bugtrack@xxxxxxxxxxxxxxxxx> dixit:
> I would like to know if option SH_WORD_SPLIT is set problem is solved too ?
I don't know what you mean, but for the rest of the thread I
reckon you meant something about SH_WORD_SPLIT unset when zsh is
invoked as /bin/zsh and not as /bin/sh.
If you want to write a "portable" script (which is very
difficult, believe me) you should use "#! /bin/sh" as the first line.
This will set SH_WORD_SPLIT in zsh. By the way, for *really* portable
script, use the first line as shown above, with a space between the
bang and the slash.
Raúl Núñez de Arenas Coronado
--
Linux Registered User 88736 | http://www.dervishd.net
http://www.pleyades.net & http://www.gotesdelluna.net
It's my PC and I'll cry if I want to... RAmen!
Messages sorted by:
Reverse Date,
Date,
Thread,
Author