[BusyBox-cvs] busybox/shell ash.c,1.86,1.87

Glenn McGrath bug1 at busybox.net
Sun Jan 25 08:46:12 UTC 2004


Update of /var/cvs/busybox/shell
In directory nail:/tmp/cvs-serv12012

Modified Files:
	ash.c 
Log Message:
Fix compile error when tab completion disabled


Index: ash.c
===================================================================
RCS file: /var/cvs/busybox/shell/ash.c,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- ash.c	14 Jan 2004 09:34:50 -0000	1.86
+++ ash.c	25 Jan 2004 08:46:10 -0000	1.87
@@ -4117,7 +4117,7 @@
 		firstchange = 0;
 	clearcmdentry(firstchange);
 	builtinloc = idx_bltin;
-#ifdef CONFIG_FEATURE_COMMAND_EDITING
+#ifdef CONFIG_FEATURE_COMMAND_TAB_COMPLETION
 	cmdedit_path_lookup = newval;
 #endif
 }




More information about the busybox-cvs mailing list