From: Matt Kraai Date: Fri, 4 May 2001 21:20:20 +0000 (-0000) Subject: Don't reset parents context when we encounter an terminator. Fixes X-Git-Tag: 0_52~240 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d24f878546806aa8fd50dc95fe3cc111ad10f92f;p=oweals%2Fbusybox.git Don't reset parents context when we encounter an terminator. Fixes if true; then if true; then true; fi; fi --- diff --git a/hush.c b/hush.c index 71e40489d..976fa3805 100644 --- a/hush.c +++ b/hush.c @@ -1660,7 +1660,6 @@ int reserved_word(o_string *dest, struct p_context *ctx) old->child->group = ctx->list_head; *ctx = *old; /* physical copy */ free(old); - ctx->w=RES_NONE; } b_reset (dest); return 1; diff --git a/shell/hush.c b/shell/hush.c index 71e40489d..976fa3805 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -1660,7 +1660,6 @@ int reserved_word(o_string *dest, struct p_context *ctx) old->child->group = ctx->list_head; *ctx = *old; /* physical copy */ free(old); - ctx->w=RES_NONE; } b_reset (dest); return 1;