about summary refs log tree commit diff
path: root/Src/exec.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-12-04 09:42:35 +0000
committerPeter Stephenson <pws@zsh.org>2015-12-04 09:42:35 +0000
commit04479a56e09b92b893230c715e434f95e77c09b5 (patch)
tree1abdbe007a014f33230afe302e4007c62360653e /Src/exec.c
parentfc00e3a6b79862be1b605279615fe88259d70799 (diff)
downloadzsh-04479a56e09b92b893230c715e434f95e77c09b5.tar.gz
zsh-04479a56e09b92b893230c715e434f95e77c09b5.tar.xz
zsh-04479a56e09b92b893230c715e434f95e77c09b5.zip
unposted: fix init_io() calls in previous change
Diffstat (limited to 'Src/exec.c')
-rw-r--r--Src/exec.c2
1 files changed, 1 insertions, 1 deletions
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) {