From owner-freebsd-current Tue Mar 13 2:19:56 2001 Delivered-To: freebsd-current@freebsd.org Received: from hermes.dialup.ru (hermes.dialup.ru [194.87.16.230]) by hub.freebsd.org (Postfix) with ESMTP id 3494937B71A for ; Tue, 13 Mar 2001 02:19:53 -0800 (PST) (envelope-from ache@hermes.dialup.ru) Received: (from ache@localhost) by hermes.dialup.ru (8.11.3/8.11.3) id f2DAJkU00985; Tue, 13 Mar 2001 13:19:46 +0300 (MSK) (envelope-from ache) Date: Tue, 13 Mar 2001 13:19:44 +0300 From: "Andrey A. Chernov" To: tcsh-bugs@mx.gw.com Cc: current@freebsd.org Subject: tcsh 6.10.00 echo;echo;echo; bug with fix Message-ID: <20010313131944.A961@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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