Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: variables not working as expected
- X-seq: zsh-users 14254
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: spiralofhope <spiralofhope@xxxxxxxxx>, zsh-users@xxxxxxxxxx
- Subject: Re: variables not working as expected
- Date: Fri, 24 Jul 2009 11:56:17 -0700
- In-reply-to: <20090724113635.796ef7b4@xxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20090724113635.796ef7b4@xxxxxxxxx>
On Jul 24, 11:36am, spiralofhope wrote:
}
} This works in bash, dash, ash and sash, but not in zsh:
}
} a="echo foo bar"
} $a
http://zsh.sourceforge.net/FAQ/zshfaq02.html#l10
http://zsh.sourceforge.net/FAQ/zshfaq03.html#l18
setopt shwordsplit
Messages sorted by:
Reverse Date,
Date,
Thread,
Author