zsh-workers
 help / color / mirror / code / Atom feed
* bug in 3.0.0?
@ 1996-08-21 16:39 Matt Liggett
  1996-08-21 19:14 ` Bart Schaefer
  0 siblings, 1 reply; 5+ messages in thread
From: Matt Liggett @ 1996-08-21 16:39 UTC (permalink / raw)
  To: zsh-workers

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~1996-08-23 18:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-08-21 16:39 bug in 3.0.0? Matt Liggett
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

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).