From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dns.primenet.com.au (dns.primenet.com.au [203.24.36.40]) by coral.primenet.com.au (8.7.5/8.7.3) with ESMTP id NAA00368 for ; Thu, 22 Aug 1996 13:43:00 +1000 (EST) Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by dns.primenet.com.au (8.7.5/8.7.3) with ESMTP id DAA00768 for ; Thu, 22 Aug 1996 03:54:38 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id NAA04919; Wed, 21 Aug 1996 13:39:14 -0400 (EDT) Resent-Date: Wed, 21 Aug 1996 13:39:14 -0400 (EDT) Message-Id: <199608211739.MAA06080@seven.ucs.indiana.edu> To: zsh-workers@math.gatech.edu Subject: bug in 3.0.0? From: Matt Liggett Reply-To: Matt Liggett X-Attribution: ML X-Url: http://pobox.com/~mliggett/ MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0" Content-ID: <6075.840649173.0@seven.ucs.indiana.edu> Date: Wed, 21 Aug 1996 12:39:34 -0400 Sender: mliggett@seven.ucs.indiana.edu Resent-Message-ID: <"IyCCZ2.0.nC1.1dq6o"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2041 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu ------- =_aaaaaaaaaa0 Content-Type: text/plain; charset="us-ascii" Content-ID: <6075.840649173.1@seven.ucs.indiana.edu> ancho:~ % uname -a SunOS ancho 5.5.1 Generic sun4m sparc SUNW,SPARCstation-20 ancho:~ % echo $ZSH_VERSION 3.0.0 ancho:~ % setopt appendhistory autocd autolist autoremoveslash nobgnice correct extendedhistory histignoredups histnostore nohup interactive monitor numericglobsort pushdtohome rmstarsilent shinstdin zle ancho:~ % . zt zt: parse error near `}' [13] [the file zt is included as an attachment] ------- =_aaaaaaaaaa0 Content-Type: text/plain; charset="us-ascii" Content-ID: <6075.840649173.2@seven.ucs.indiana.edu> Content-Description: zt if [[ -z $MAIL ]] { if [[ $OSTYPE = (ultrix4|osf)* ]] { export MAIL=/usr/spool/mail/$USER } elif [[ $OSTYPE = hpux9* ]] { export MAIL=/usr/mail/$USER } elif [[ $OSTYPE = solaris2* ]] { export MAIL=/var/mail/$USER } elif [[ $OSTYPE = sunos4* ]] { export MAIL=/usr/spool/mail/$USER } else { echo 'WARNING: $MAIL' "not set for $OSTYPE." } } ------- =_aaaaaaaaaa0--