zsh-workers
 help / color / mirror / code / Atom feed
From: Matt Liggett <mliggett@pobox.com>
To: zsh-workers@math.gatech.edu
Subject: bug in 3.0.0?
Date: Wed, 21 Aug 1996 12:39:34 -0400	[thread overview]
Message-ID: <199608211739.MAA06080@seven.ucs.indiana.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 405 bytes --]

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]

[-- Attachment #2: zt --]
[-- Type: text/plain, Size: 401 bytes --]

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."
    }
}

             reply	other threads:[~1996-08-22  3:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-08-21 16:39 Matt Liggett [this message]
1996-08-21 19:14 ` Bart Schaefer
1996-08-22 21:10   ` Zoltan Hidvegi
1996-08-22 23:35     ` Semantics of compctl -X Greg J. Badros
1996-08-23 17:57       ` Zoltan Hidvegi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199608211739.MAA06080@seven.ucs.indiana.edu \
    --to=mliggett@pobox.com \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).