From ac97ec5dbf5d642c5eb50d334043d30e6f38d2f3 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 3 Feb 2000 01:21:34 +0000 Subject: zsh-3.1.6-dev-17 --- 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 a793dc478..45f771bd2 100644 --- a/Src/exec.c +++ b/Src/exec.c @@ -2527,8 +2527,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