Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Export problem
- X-seq: zsh-workers 14714
- From: Geoff Wing <gcw@xxxxxxx>
- To: a normal guy <ee_in_co@xxxxxxxxx>
- Subject: Re: Export problem
- Date: Tue, 5 Jun 2001 04:42:12 +1000
- Cc: Zsh Hackers <zsh-workers@xxxxxxxxxxxxxx>
- In-reply-to: <20010604183023.74569.qmail@xxxxxxxxxxxxxxxxxxxxxxx>; from ee_in_co@xxxxxxxxx on Mon, Jun 04, 2001 at 11:30:23AM -0700
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: PrimeNet Computer Consultancy
- References: <20010604183023.74569.qmail@xxxxxxxxxxxxxxxxxxxxxxx>
a normal guy wrote about Export problem:
:I think this is a bug. Under HP-UX, the following line reports
:an error:
:% export RUN_DATE=`date +%Y%m%e%H%M.%S`
:zsh: not an identifier: 41211.52
Or maybe you want:
% export RUN_DATE="`date +%Y%m%e%H%M.%S`"
so that the space provided by %e doesn't cause word splitting.
Regards,
--
Geoff Wing : <gcw@xxxxxxxxx>
Rxvt Stuff : <gcw@xxxxxxxx>
Zsh Stuff : <gcw@xxxxxxx>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author