Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Is zsh buggy in connection with screen?
- X-seq: zsh-users 9675
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Is zsh buggy in connection with screen?
- Date: Tue, 8 Nov 2005 14:34:07 -0800
- In-reply-to: <20051108180528.GJ24349@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20051108130233.GA6146@xxxxxxxx> <20051108141317.GQ27583@xxxxxxxxxxxxx> <20051108174411.GH24349@xxxxxxxxxxxxx> <20051108180528.GJ24349@xxxxxxxxxxxxx>
On Tue, Nov 08, 2005 at 10:05:28AM -0800, Wayne Davison wrote:
> echo "export $var=${(P)var}"
Note that I neglected to include some quotes around the value on that
line -- it works better like this:
echo "export $var='${(P)var}'"
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author