aboutsummaryrefslogtreecommitdiff
path: root/toys/toysh.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/toysh.c')
-rw-r--r--toys/toysh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/toysh.c b/toys/toysh.c
index 074907ef..c383b89a 100644
--- a/toys/toysh.c
+++ b/toys/toysh.c
@@ -212,7 +212,7 @@ int toysh_main(void)
if (1 > getline(&command, &cmdlen, f ? : stdin)) break;
handle(command);
}
- if (CFG_TOYS_FREE) free(command);
+ if (CFG_TOYBOX_FREE) free(command);
}
return 1;