From owner-freebsd-hackers Thu Nov 1 5:13:39 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from straylight.ringlet.net (sentinel.office1.bg [217.75.129.210]) by hub.freebsd.org (Postfix) with SMTP id 8A2C137B403 for ; Thu, 1 Nov 2001 05:13:21 -0800 (PST) Received: (qmail 50175 invoked by uid 1000); 1 Nov 2001 11:34:10 -0000 Date: Thu, 1 Nov 2001 13:34:10 +0200 From: Peter Pentchev To: Guido van Rooij Cc: Dag-Erling Smorgrav , "Eugene L. Vorokov" , freebsd-hackers@freebsd.org Subject: Re: buildworld breakage during "make depend" at usr.bin/kdump Message-ID: <20011101133410.E77661@straylight.oblivion.bg> Mail-Followup-To: Guido van Rooij , Dag-Erling Smorgrav , "Eugene L. Vorokov" , freebsd-hackers@freebsd.org References: <200111011135.fA1BZwh54619@bugz.infotecs.ru> <20011101132830.A11708@gvr.gvr.org> <20011101133624.A12072@gvr.gvr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011101133624.A12072@gvr.gvr.org>; from guido@gvr.org on Thu, Nov 01, 2001 at 01:36:24PM +0100 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Nov 01, 2001 at 01:36:24PM +0100, Guido van Rooij wrote: > On Thu, Nov 01, 2001 at 01:29:50PM +0100, Dag-Erling Smorgrav wrote: > > Guido van Rooij writes: > > > May I aks which shell you are using? > > > > Zsh. > > I am starting to wonder which sh is broken..... > > Btw there is a difference between sh and {t,}csh: in the sh case the newline > is replaced with 1 space. In the case of the 2 others, there are 2 spaces. And this is not an echo issue, it is a shell variable expansion issue. Witness (using /bin/sh) : $ foo='bar > baz' $ echo $foo bar baz $ /bin/echo $foo bar baz $ echo "$foo" bar baz $ /bin/echo "$foo" bar baz $ G'luck, Peter -- If I were you, who would be reading this sentence? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message