diff options
Diffstat (limited to 'Src/exec.c')
-rw-r--r-- | Src/exec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/exec.c b/Src/exec.c index daed3b111..35a101b9c 100644 --- a/Src/exec.c +++ b/Src/exec.c @@ -1115,6 +1115,7 @@ execsimple(Estate state) if (code == WC_ASSIGN) { cmdoutval = 0; addvars(state, state->pc - 1, 0); + setunderscore(""); if (isset(XTRACE)) { fputc('\n', xtrerr); fflush(xtrerr); |