From ac6487085024cb65b94d761add66835aac6b6a6e Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Sat, 19 Feb 2000 19:35:26 +0000 Subject: zsh-workers/9792 --- Src/init.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Src/init.c') diff --git a/Src/init.c b/Src/init.c index 5a6139438..258801116 100644 --- a/Src/init.c +++ b/Src/init.c @@ -331,6 +331,9 @@ init_io(void) SHTTY = -1; } + /* Send xtrace output to stderr -- see execcmd() */ + xtrerr = stderr; + /* Make sure the tty is opened read/write. */ if (isatty(0)) { zsfree(ttystrname); -- cgit 1.4.1