Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Exporting variable from within a variable
- X-seq: zsh-users 11095
- From: Clint Adams <clint@xxxxxxx>
- To: Andrew Ho <andrewlkho@xxxxxxxxx>
- Subject: Re: Exporting variable from within a variable
- Date: Sun, 24 Dec 2006 16:23:09 -0500
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <20061224204842.GD22765@xxxxxxxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: Andrew Ho <andrewlkho@xxxxxxxxx>, zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20061224204842.GD22765@xxxxxxxxxxxxxxxxxxxxxxxx>
> export FOO=foo
> How do I get that to actually export the variable?
eval "$FOO"
Messages sorted by:
Reverse Date,
Date,
Thread,
Author