Put the ending quote on the help entry...
[oweals/busybox.git] / shell / msh.c
index 8abbeff5a9c373201009baf6f2fd4b65bcd2bcdc..d8353e0a225fd82feb84b6c1bc22e72015a3efb2 100644 (file)
@@ -53,7 +53,7 @@
 #define REGISTER register
 
 
-#define MSHDEBUG 1
+/*#define MSHDEBUG 1*/
 
 #ifdef MSHDEBUG
 int mshdbg = 0;
@@ -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)