Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: New zed and refresh bug
- X-seq: zsh-workers 1819
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxx>
- To: pws@xxxxxx (Peter Stephenson)
- Subject: Re: New zed and refresh bug
- Date: Mon, 29 Jul 1996 16:03:37 +0200 (MET DST)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <199607291334.PAA14407@xxxxxxxxxxxx> from Peter Stephenson at "Jul 29, 96 03:34:18 pm"
- Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary
- Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368
> hzoli@xxxxxxxxxx wrote:
> > The zed distributed with pre4 does not exit properli on ^C interrupt.
~~~ oops.
> > ...
> > integer tmout=TMOUT
> > ...
> > TMOUT=tmout
>
> I think some $ are wanted here.
The first is OK, and the second used to work because TMOUT was a special
integer parameter and $ is not necessary when assigning an integer
parameter. But you are right that now TMOUT=$tmout or ((TMOUT=tmout))
should be used. I'll fix it.
Zoltan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author