new bash_source_fullpath shell option; documentation updates for wait builtin

This commit is contained in:
Chet Ramey
2024-07-30 11:18:17 -04:00
parent d5ef283cbd
commit e45ec6f76b
23 changed files with 509 additions and 387 deletions
+1 -1
View File
@@ -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;
}