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:
parent
bf38cbbda7
commit
377fde4b22
1 changed files with 1 additions and 2 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue