projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4766a2d
)
Fix compile error when tab completion disabled
author
Glenn L McGrath
<bug1@ihug.co.nz>
Sun, 25 Jan 2004 08:46:10 +0000
(08:46 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Sun, 25 Jan 2004 08:46:10 +0000
(08:46 -0000)
shell/ash.c
patch
|
blob
|
history
diff --git
a/shell/ash.c
b/shell/ash.c
index 80145dae5fc3e7d79b185b72b753d91e4e9d472f..d488a543f0df0ab8f367194c062c19c5f3e5d48b 100644
(file)
--- 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
}