Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Command substitution parsing issues (not really Re: completion)
- X-seq: zsh-workers 34319
- From: Vin Shelton <acs@xxxxxxxxxxxxxxxxxxxx>
- To: Ray Andrews <rayandrews@xxxxxxxxxxx>
- Subject: Re: Command substitution parsing issues (not really Re: completion)
- Date: Sat, 17 Jan 2015 08:25:28 -0500
- Cc: "Zsh Hackers' List" <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=TFNtDnSD2/x+1jywfa26XmCw3FMQrRHoWup/uPLgB5I=; b=qGYQrrup8cNmBt9qz2Pe5O4NZuX50GRHf0tt81EA3/a/+yjhkK95sNtjyHJVv1DqX6 l13rUFjEsldPE7fS2+4omZkX1uUj4fCfoVfi2zmYvQ7gC9eNf32ePw/GE+MyuIOsJapR ruNR0rNrpVtVH6Ft9GQD+BsKeGLST7WcSjo0NViCUyaFaOBQOf7vVpmSn63yK6Gi6Ns9 90qpWPC7pQFOJpmH2xePrthZhn3DTxmvw6oTKWAo8brVnTLItvisz3PUfyzWLMbKPl8n yMtDZBEHKkKtJIvXvKeqUBiALy2DVVVK8MY0g4ZBUBN6X8KFpdpstXlinuBCPed4Pakt xzQg==
- In-reply-to: <54B9D726.2020108@eastlink.ca>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <54B9AA99.6080403@eastlink.ca> <150116185732.ZM30791@torch.brasslantern.com> <54B9D726.2020108@eastlink.ca>
- Sender: ethersoft@xxxxxxxxx
On Fri, Jan 16, 2015 at 10:29 PM, Ray Andrews <rayandrews@xxxxxxxxxxx> wrote:
> Can you suggest a method?
Every time I build I configure with / install to a different prefix.
Usually I just:
configure ---prefix=/opt/zsh-$(date +'%Y-%m-%d')
make && make install
But if I'm making more than one time per day, I:
configure --prefix=/opt/zsh-$(date +'%Y-%m-%d-%H%M')
make && make install
i.e., I add -HHMM to the installation directory name of yyyy-mm-dd.
- Vin
Messages sorted by:
Reverse Date,
Date,
Thread,
Author