Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Nov 2001 14:21:58 +0100 (CET)
From:      Riccardo Torrini <riccardo@torrini.org>
To:        Cyrille Lefevre <clefevre@citeweb.net>
Cc:        current@FreeBSD.ORG, David Wolfskill <david@catwhisker.org>, obrien@FreeBSD.ORG, Dag-Erling Smorgrav <des@ofug.org>
Subject:   Re: buildworld breakage during "make depend" at usr.bin/kdump
Message-ID:  <XFMail.20011102142158.riccardo@torrini.org>
In-Reply-To: <200111021258.fA2CwtG84196@gits.dyndns.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 02-Nov-2001 (12:58:55/GMT) Cyrille Lefevre wrote:

>>> because `echo' nicely removes \n's from env vars when it prints them.

>> des@des ~% foo='bar
>> quote> baz'
>> des@des ~% echo $foo
>> bar
>> baz
>> des@des ~% /bin/echo $foo
>> bar
>> baz

> humm! what shell ($SHELL) are you using ?

Here (5.0-CURRENT 31-Oct and 4.4-STABLE 12-Oct), with /bin/sh works fine:
% /bin/sh

# foobar="foo
> bar"
# echo $foobar
foo bar

# echo $SHELL
/bin/sh


Riccardo.

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?XFMail.20011102142158.riccardo>