Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Mar 2001 13:26:47 +0300
From:      "Andrey A. Chernov" <ache@nagual.pp.ru>
Cc:        current@FreeBSD.ORG
Subject:   Maintainer? (was Re: tcsh 6.10.00 echo;echo;echo; bug with fix)
Message-ID:  <20010313132647.A37917@nagual.pp.ru>
In-Reply-To: <20010313131944.A961@nagual.pp.ru>; from ache@nagual.pp.ru on Tue, Mar 13, 2001 at 01:19:44PM %2B0300
References:  <20010313131944.A961@nagual.pp.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
Who is our tcsh maintainer now?

On Tue, Mar 13, 2001 at 13:19:44 +0300, Andrey A. Chernov wrote:
> echo;echo;echo; must output 3 new lines but currently not due to obvious
> bug:
> 
> --- sh.func.c.bak	Fri Dec  1 01:18:27 2000
> +++ sh.func.c	Tue Mar 13 13:04:54 2001
> @@ -1147,7 +1147,7 @@
>  #endif /* BSDSIGS */
>      v++;
>      if (*v == 0)
> -	return;
> +	goto done;
>      gflag = 0, tglob(v);
>      if (gflag) {
>  	v = globall(v);
> 

-- 
Andrey A. Chernov
http://ache.pp.ru/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010313132647.A37917>