aboutsummaryrefslogtreecommitdiff
path: root/ell.c
diff options
context:
space:
mode:
Diffstat (limited to 'ell.c')
-rw-r--r--ell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ell.c b/ell.c
index fdade77..a3a6e34 100644
--- a/ell.c
+++ b/ell.c
@@ -897,7 +897,7 @@ execute_statement
static bool
args_to_scope (struct context *ctx, struct item *args, struct item **scope) {
if (!check (ctx, (args = new_list (args)))
- || !scope_prepend (ctx, scope, "*", args))
+ || !scope_prepend (ctx, scope, "args", args))
return false;
size_t i = 0;