[Bug 481] Make ash.c builtin jobs command look more like bash

bugzilla at busybox.net bugzilla at busybox.net
Sun Aug 23 20:10:26 UTC 2009


https://bugs.busybox.net/show_bug.cgi?id=481





--- Comment #2 from Denys Vlasenko <vda.linux at googlemail.com>  2009-08-23 20:10:25 UTC ---
Applied to git, thanks!

I only excluded this part:

@@ -4627,8 +4634,7 @@
                ps->status = -1;
                ps->cmd = nullstr;
 #if JOBS
-               if (doing_jobctl && n)
-                       ps->cmd = commandtext(n);
+               ps->cmd = commandtext(n);
 #endif
        }
 }

it does not seem to be relevant, and I do not immediately see that it is
correct.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list