Closing this bug, per the discussion.

I don't think I'd expect using "&" to do something useful for this case;
I'm somewhat surprised it works in bash.

"&" means "fork off a child process for this pipeline"; the original
shell executed by popen() would then have nothing left to do, and could
properly exit. I suppose bash may hang around for its jobs to finish, if
it detects it's not interactive.

** Changed in: dash (Ubuntu)
       Status: Unconfirmed => Rejected

-- 
popen() C call behaviour changes from bash to dash
https://bugs.launchpad.net/bugs/69930
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to