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

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



--
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