diff options
Diffstat (limited to 'bin/sh/error.c')
-rw-r--r-- | bin/sh/error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/error.c b/bin/sh/error.c index c30b1a6..0c981a3 100644 --- a/bin/sh/error.c +++ b/bin/sh/error.c @@ -118,7 +118,7 @@ onint(void) * This doesn't seem to be needed, since main() emits a newline. */ #if 0 - if (tcgetpgrp(0) == getpid()) + if (tcgetpgrp(0) == getpid()) write(STDERR_FILENO, "\n", 1); #endif if (rootshell && iflag) |