From d713f4ed5193143bc16c40c2fd5096628082c047 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 6 Jun 2019 08:26:23 +0300 Subject: Change syntax of the env.clear statement. It no longer requires an argument. The correct syntax is env { clear; } --- src/comp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/comp.c') diff --git a/src/comp.c b/src/comp.c index d9e7966..06b5772 100644 --- a/src/comp.c +++ b/src/comp.c @@ -742,7 +742,7 @@ component_finish (struct component *comp, grecs_locus_t *locus) component_free (comp); return; } - + if (comp->flags & CF_SHELL) { comp->argc = 3; -- cgit v1.2.1