Your message dated Mon, 25 Mar 2024 21:41:47 +0100
with message-id <62b87ca2-ec06-465b-9cb1-42cb04eda...@svario.it>
and subject line Re: Bug#512612: With set IFS no proper fields splitting.
has caused the Debian Bug report #512612,
regarding With set IFS no proper fields splitting.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
512612: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512612
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: bash
Version: 3.1dfsg-8

  $ cat test.sh
#!/bin/bash
IFS=':'
prwd='/bin/pwd'
/bin/echo I am here: `$prwd`
echo:I:am::here:::`$prwd`

  $ /bin/bash test.sh
I am here: /home/gavenkoa/tmp/dep
I am  here   /home/gavenkoa/tmp/dep

In first echo must no print  `:'.
In second echo must no print additional spaces.

Compare with Solaris sh execution output:
I am here /export/home/gavenko/tmp
I am here /export/home/gavenko/tmp

--
С уважением, Александр Гавенко.



--- End Message ---
--- Begin Message --- On Thu, 22 Jan 2009 11:11:50 +0200 Oleksandr Gavenko <gave...@bifit.com.ua> wrote:
Package: bash
Version: 3.1dfsg-8

   $ cat test.sh
#!/bin/bash
IFS=':'
prwd='/bin/pwd'
/bin/echo I am here: `$prwd`
echo:I:am::here:::`$prwd`

Only historical Bourne shells did take IFS into account during tokenization.

Bash never supported that and the POSIX spec does not describe such a mechanism.

Regards,

--
Gioele Barabucci

--- End Message ---

Reply via email to