mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-08 03:02:40 +02:00
new bash_source_fullpath shell option; documentation updates for wait builtin
This commit is contained in:
@@ -112,7 +112,7 @@ phash_insert (char *filename, char *full_path, int check_dot, int found)
|
||||
pathdata(item)->flags = 0;
|
||||
if (check_dot)
|
||||
pathdata(item)->flags |= HASH_CHKDOT;
|
||||
if (*full_path != '/')
|
||||
if (RELPATH (full_path))
|
||||
pathdata(item)->flags |= HASH_RELPATH;
|
||||
item->times_found = found;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user