From 377fde4b22ad2ba1cf260a41a22fd4a6c9d9cbdb Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 19 Jan 2000 09:04:21 +0000 Subject: zsh-workers/9361 --- Src/exec.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Src/exec.c') diff --git a/Src/exec.c b/Src/exec.c index c9c895940..1e2cb5e5a 100644 --- a/Src/exec.c +++ b/Src/exec.c @@ -2517,8 +2517,7 @@ getoutput(char *cmd, int qt) wc_code(pc[2]) == WC_PIPE && WC_PIPE_TYPE(pc[2]) == WC_PIPE_END && wc_code(pc[3]) == WC_REDIR && WC_REDIR_TYPE(pc[3]) == READ && !pc[4] && - wc_code(pc[6]) == WC_SIMPLE && !WC_SIMPLE_ARGC(pc[6]) && - wc_code(pc[7]) == WC_END) { + wc_code(pc[6]) == WC_SIMPLE && !WC_SIMPLE_ARGC(pc[6])) { /* $(< word) */ int stream; char *s = dupstring(ecrawstr(prog, pc + 5)); -- cgit 1.4.1