diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/loop.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Src/loop.c b/Src/loop.c index b791a898d..f65c72bf4 100644 --- a/Src/loop.c +++ b/Src/loop.c @@ -570,7 +570,8 @@ execif(Estate state, int do_exec) cmdpop(); } else { noerrexit = olderrexit; - lastval = 0; + if (!retflag) + lastval = 0; } state->pc = end; |