1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-28 18:40:55 +02:00

zsh-workers/9361

This commit is contained in:
Tanaka Akira 2000-01-19 09:04:21 +00:00
parent bf38cbbda7
commit 377fde4b22

View file

@ -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));