diff options
| author | Tanaka Akira <akr@users.sourceforge.net> | 1999-06-27 06:54:32 +0000 |
|---|---|---|
| committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-06-27 06:54:32 +0000 |
| commit | b09922bb063ddf44c7850b182fec4795fbe1ae90 (patch) | |
| tree | 8a6dfa5ef6c6012753c0dc5a6e93e6f820b51a58 /Src/loop.c | |
| parent | zsh-3.1.5-pws-24 (diff) | |
| download | zsh-b09922bb063ddf44c7850b182fec4795fbe1ae90.tar zsh-b09922bb063ddf44c7850b182fec4795fbe1ae90.tar.gz zsh-b09922bb063ddf44c7850b182fec4795fbe1ae90.tar.bz2 zsh-b09922bb063ddf44c7850b182fec4795fbe1ae90.tar.lz zsh-b09922bb063ddf44c7850b182fec4795fbe1ae90.tar.xz zsh-b09922bb063ddf44c7850b182fec4795fbe1ae90.tar.zst zsh-b09922bb063ddf44c7850b182fec4795fbe1ae90.zip | |
zsh-3.1.5-pws-23zsh-3.1.5-pws-23
Diffstat (limited to 'Src/loop.c')
| -rw-r--r-- | Src/loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/loop.c b/Src/loop.c index 16e4ff314..b35024d6b 100644 --- a/Src/loop.c +++ b/Src/loop.c @@ -378,7 +378,7 @@ execif(Cmd cmd, LinkList args, int flags) noerrexit = olderrexit; if (*t) { - cmdpush(*i ? (s ? CS_ELIFTHEN : CS_IFTHEN) : CS_ELSE); + cmdpush(s ? CS_ELIFTHEN : CS_IFTHEN); execlist(*t, 1, flags & CFLAG_EXEC); cmdpop(); } else |
