From e8d2f95c03d1df94ca6ab9bab11f0f1d8e8c5893 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 4 Feb 1999 01:03:34 +0000 Subject: bugfixes... --- src/process.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/process.c') diff --git a/src/process.c b/src/process.c index 48f3b314..860d9452 100644 --- a/src/process.c +++ b/src/process.c @@ -176,6 +176,7 @@ int monitor(char *cmdname, int pid, int numfds, int *fds, int reexec, int quiet) buf=calloc(2048,sizeof(char)); do { x=read(outpipe[0],buf,2048); + write(1,"\n",1); write(1,buf,x); buf=calloc(2048,sizeof(char)); } while (x==2048); -- cgit v1.2.1