diff options
Diffstat (limited to 'toys/which.c')
-rw-r--r-- | toys/which.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/which.c b/toys/which.c index 16e19d00..df7566c0 100644 --- a/toys/which.c +++ b/toys/which.c @@ -61,7 +61,7 @@ int which_main(void) int i; for (i=0; toys.optargs[i]; i++) rc |= which_in_path(toys.optargs[i]); } - // if (CFG_TOYS_FREE) free(argv); + // if (CFG_TOYBOX_FREE) free(argv); return rc; } |