From 67285965f3d2c266ee37fec17d339b717752f8b0 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Wed, 14 Jan 2004 09:34:51 +0000 Subject: Vodz last_patch_122, Check $PATH at runtime to fix tab completion --- shell/ash.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shell/ash.c') 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) firstchange = 0; clearcmdentry(firstchange); builtinloc = idx_bltin; +#ifdef CONFIG_FEATURE_COMMAND_EDITING + cmdedit_path_lookup = newval; +#endif } -- cgit v1.2.3