> On Saturday, September 12, 2020, 11:39:57 AM GMT+3, Theo Buehler 
> <t...@theobuehler.org> wrote:
> 
> 
> On Sat, Sep 12, 2020 at 06:58:47AM +0000, avih wrote:
> > Run the following command:
> > /bin/sh -c 'IFS=; args() { printf "[%s]" "$@"; }; args 1 2 3'
> >
> > Expected result:
> > [1][2][3]
> >
> > Actual result:
> > [1 2 3]
> >
> 
> Thanks for the report. This is known and a patch by Martijn Dekker from
> 2016 exists, but it never made it into the tree despite being tested in
> snapshots for a while. I don't know/remember the reason - I think it
> just stalled.


Thanks for the quick and on-topic reply. I guess the ball is at your
court now.

Cheers,
- avih
  

Reply via email to