From owner-freebsd-current Tue Mar 13 4:52:53 2001 Delivered-To: freebsd-current@freebsd.org Received: from hrothgar.gw.com (hrothgar.gw.com [204.80.150.3]) by hub.freebsd.org (Postfix) with ESMTP id 5E87737B718 for ; Tue, 13 Mar 2001 04:52:51 -0800 (PST) (envelope-from christos@zoulas.com) Received: by hrothgar.gw.com (Postfix, from userid 10080) id 704743330; Tue, 13 Mar 2001 07:52:49 -0500 (EST) From: christos@zoulas.com (Christos Zoulas) Date: Tue, 13 Mar 2001 07:52:49 -0500 In-Reply-To: <20010313131944.A961@nagual.pp.ru> from "Andrey A. Chernov" (Mar 13, 1:19pm) Organization: Astron Software X-Mailer: Mail User's Shell (7.2.6 beta(4.pl1)+dynamic 20000103) To: "Andrey A. Chernov" , tcsh-bugs@mx.gw.com Subject: Re: tcsh 6.10.00 echo;echo;echo; bug with fix Cc: current@freebsd.org Message-Id: <20010313125249.704743330@hrothgar.gw.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mar 13, 1:19pm, ache@nagual.pp.ru ("Andrey A. Chernov") wrote: -- Subject: tcsh 6.10.00 echo;echo;echo; bug with fix Thanks so much! I wonder how come this bug remained unnoticed for such a long time! christos | 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/ -- End of excerpt from "Andrey A. Chernov" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message