suppress-job-control-warning.patch 426 B

1234567891011121314
  1. Index: busybox-1.15.3/shell/ash.c
  2. ===================================================================
  3. --- busybox-1.15.3.orig/shell/ash.c
  4. +++ busybox-1.15.3/shell/ash.c
  5. @@ -3642,7 +3642,7 @@ setjobctl(int on)
  6. pgrp = tcgetpgrp(fd);
  7. if (pgrp < 0) {
  8. out:
  9. - ash_msg("can't access tty; job control turned off");
  10. + /*ash_msg("can't access tty; job control turned off");*/
  11. mflag = on = 0;
  12. goto close;
  13. }