From 552d0bc36822c84c67fb1d35bd683fd3ef0b0217 Mon Sep 17 00:00:00 2001 From: bug1 Date: Sun, 25 Jan 2004 08:46:10 +0000 Subject: Fix compile error when tab completion disabled git-svn-id: svn://busybox.net/trunk/busybox@8346 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- shell/ash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/ash.c b/shell/ash.c index 80145dae5..d488a543f 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -4117,7 +4117,7 @@ changepath(const char *newval) firstchange = 0; clearcmdentry(firstchange); builtinloc = idx_bltin; -#ifdef CONFIG_FEATURE_COMMAND_EDITING +#ifdef CONFIG_FEATURE_COMMAND_TAB_COMPLETION cmdedit_path_lookup = newval; #endif } -- cgit v1.2.3-55-g6feb