From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15008 invoked by alias); 17 Jan 2015 13:25:43 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 34319 Received: (qmail 19283 invoked from network); 17 Jan 2015 13:25:30 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 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== MIME-Version: 1.0 X-Received: by 10.52.29.52 with SMTP id g20mr1648321vdh.59.1421501128133; Sat, 17 Jan 2015 05:25:28 -0800 (PST) Sender: ethersoft@gmail.com In-Reply-To: <54B9D726.2020108@eastlink.ca> References: <54B9AA99.6080403@eastlink.ca> <150116185732.ZM30791@torch.brasslantern.com> <54B9D726.2020108@eastlink.ca> Date: Sat, 17 Jan 2015 08:25:28 -0500 X-Google-Sender-Auth: U3LV5DsNCC7e8-Tbo2SoU4O0DY8 Message-ID: Subject: Re: Command substitution parsing issues (not really Re: completion) From: Vin Shelton To: Ray Andrews Cc: "Zsh Hackers' List" Content-Type: text/plain; charset=UTF-8 On Fri, Jan 16, 2015 at 10:29 PM, Ray Andrews 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