On Tue, Jan 20, 2009 at 08:21:01PM +0000, Stephane Chazelas wrote:
> IFS=:; set -f
> a=a:b:
> printf '<%s>\n' $a
> 
> Should display:
> 
> <a>
> <b>
> 
> And not
> 
> <a>
> <b>
> <>

Could you confirm for me what the proper output of the following example should 
be as well?

IFS=" :"
a=":a: :"
printf '<%s>\n' $a



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to