an unspecified path should implicitly contain '.'
This commit is contained in:
parent
3dd24f3eaa
commit
dac28d3c1b
|
|
@ -55,6 +55,11 @@ reload_search_path() {
|
|||
}
|
||||
_value.append_path(_postfix);
|
||||
|
||||
if (_value.is_empty()) {
|
||||
// An empty search path implicitly has "." on it.
|
||||
_value.append_directory(".");
|
||||
}
|
||||
|
||||
_value_seq = _core->get_value_seq();
|
||||
_value_stale = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue