From 7576625526253877d19af28cad655f655d32eadb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 13 Jul 2008 21:03:59 +0000 Subject: [PATCH] More output. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23337 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/rkpty.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/roken/rkpty.c b/lib/roken/rkpty.c index e133bb2bc..e29b2c5ac 100644 --- a/lib/roken/rkpty.c +++ b/lib/roken/rkpty.c @@ -229,8 +229,7 @@ eval_parent(pid_t pid) } } while(read(master, &in, sizeof(in)) > 0) - if (verbose > 1) - printf("%c", in); + printf("%c", in); if (verbose) printf("[end of program]\n");