Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Command substitution parsing issues (not really Re: completion)



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