aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash.c')
-rw-r--r--shell/ash.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/ash.c b/shell/ash.c
index b34f0583f..80145dae5 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -4117,6 +4117,9 @@ changepath(const char *newval)
4117 firstchange = 0; 4117 firstchange = 0;
4118 clearcmdentry(firstchange); 4118 clearcmdentry(firstchange);
4119 builtinloc = idx_bltin; 4119 builtinloc = idx_bltin;
4120#ifdef CONFIG_FEATURE_COMMAND_EDITING
4121 cmdedit_path_lookup = newval;
4122#endif
4120} 4123}
4121 4124
4122 4125