Files
core/system/base/busybox/files/suppress-job-control-warning.patch
2015-02-24 11:18:35 +02:00

14 lines
426 B
Diff

Index: busybox-1.15.3/shell/ash.c
===================================================================
--- busybox-1.15.3.orig/shell/ash.c
+++ busybox-1.15.3/shell/ash.c
@@ -3642,7 +3642,7 @@ setjobctl(int on)
pgrp = tcgetpgrp(fd);
if (pgrp < 0) {
out:
- ash_msg("can't access tty; job control turned off");
+ /*ash_msg("can't access tty; job control turned off");*/
mflag = on = 0;
goto close;
}