Put the ending quote on the help entry...
[oweals/busybox.git] / shell / msh.c
index 39aecdf109b41e40aecba67262bfebe10f362b24..d8353e0a225fd82feb84b6c1bc22e72015a3efb2 100644 (file)
@@ -3031,7 +3031,7 @@ forkexec(REGISTER struct op *t, int *pin, int *pout, int act, char **wp)
        } else {
                /* put non-interactive processes into a different process group.
                 * we don't support jobs, but this is at least sane: see Bug 659 */
-               setpgrp();
+               bb_setpgrp;
        }
 
        if (t->type == TPAREN)