Vodz last_patch_122, Check $PATH at runtime to fix tab completion

This commit is contained in:
Glenn L McGrath
2004-01-14 09:34:51 +00:00
parent 6a78631164
commit 67285965f3
3 changed files with 18 additions and 3 deletions

View File

@ -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
}