Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Nov 2001 14:35:58 +0300 (MSK)
From:      "Eugene L. Vorokov" <vel@bugz.infotecs.ru>
To:        des@ofug.org (Dag-Erling Smorgrav)
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: buildworld breakage during "make depend" at usr.bin/kdump
Message-ID:  <200111011135.fA1BZwh54619@bugz.infotecs.ru>
In-Reply-To: <xzpheseviu5.fsf@flood.ping.uio.no> from "Dag-Erling Smorgrav" at Nov 01, 2001 12:20:02 PM

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> "David O'Brien" <obrien@FreeBSD.ORG> writes:
> > 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
> 

Uhmz ?

bash-2.05# foo='bar
> baz'
bash-2.05# echo $foo
bar baz
bash-2.05# /bin/echo $foo
bar baz
bash-2.05# set |grep foo
foo=$'bar\nbaz'
bash-2.05# 

Regards,
Eugene


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




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