From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15674 invoked from network); 4 Jun 2001 18:42:34 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 4 Jun 2001 18:42:34 -0000 Received: (qmail 24771 invoked by alias); 4 Jun 2001 18:42:20 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14714 Received: (qmail 24757 invoked from network); 4 Jun 2001 18:42:18 -0000 Date: Tue, 5 Jun 2001 04:42:12 +1000 From: Geoff Wing To: a normal guy Cc: Zsh Hackers Subject: Re: Export problem Message-ID: <20010605044212.A15617@primenet.com.au> References: <20010604183023.74569.qmail@web12505.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010604183023.74569.qmail@web12505.mail.yahoo.com>; from ee_in_co@yahoo.com on Mon, Jun 04, 2001 at 11:30:23AM -0700 Organization: PrimeNet Computer Consultancy 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 : Rxvt Stuff : Zsh Stuff :