From 04479a56e09b92b893230c715e434f95e77c09b5 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 4 Dec 2015 09:42:35 +0000 Subject: unposted: fix init_io() calls in previous change --- Src/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/exec.c') diff --git a/Src/exec.c b/Src/exec.c index c0ee527b7..fc31c6be0 100644 --- a/Src/exec.c +++ b/Src/exec.c @@ -3225,7 +3225,7 @@ execcmd(Estate state, int input, int output, int how, int last1) * not terminal, unless `file' is a terminal. */ if (nullexec == 1 && fn->fd1 == 0 && isset(SHINSTDIN) && interact && !zleactive) - init_io(); + init_io(NULL); break; case REDIR_CLOSE: if (fn->varid) { -- cgit 1.4.1