summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'match.c')
-rw-r--r--match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/match.c b/match.c
index 3846060d..1010062d 100644
--- a/match.c
+++ b/match.c
@@ -3707,7 +3707,7 @@ static val v_rebind(match_files_ctx *c)
val form = second(args);
val val = txeval(specline, form, c->bindings);
- c->bindings = alist_remove(c->bindings, args);
+ c->bindings = alist_remove(c->bindings, flatten(pattern));
c->bindings = dest_bind(specline, c->bindings,
pattern, val, equal_f);