From de05a7024f4be6826d05c40aa029fe2bbf6d2818 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 31 Jan 2007 14:37:01 -0500 Subject: Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_. --- toys/which.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/which.c') 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; } -- cgit v1.2.3