diff options
-rw-r--r-- | hush.c | 1 | ||||
-rw-r--r-- | shell/hush.c | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -1660,7 +1660,6 @@ int reserved_word(o_string *dest, struct p_context *ctx) | |||
1660 | old->child->group = ctx->list_head; | 1660 | old->child->group = ctx->list_head; |
1661 | *ctx = *old; /* physical copy */ | 1661 | *ctx = *old; /* physical copy */ |
1662 | free(old); | 1662 | free(old); |
1663 | ctx->w=RES_NONE; | ||
1664 | } | 1663 | } |
1665 | b_reset (dest); | 1664 | b_reset (dest); |
1666 | return 1; | 1665 | 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) | |||
1660 | old->child->group = ctx->list_head; | 1660 | old->child->group = ctx->list_head; |
1661 | *ctx = *old; /* physical copy */ | 1661 | *ctx = *old; /* physical copy */ |
1662 | free(old); | 1662 | free(old); |
1663 | ctx->w=RES_NONE; | ||
1664 | } | 1663 | } |
1665 | b_reset (dest); | 1664 | b_reset (dest); |
1666 | return 1; | 1665 | return 1; |