commit bash-20200313 snapshot

This commit is contained in:
Chet Ramey
2020-03-16 10:07:27 -04:00
parent 8f576adedb
commit 9e6c30de85
8 changed files with 339 additions and 333 deletions
+4
View File
@@ -8905,6 +8905,10 @@ startup files.
<code>$PATH</code> to find the new location. This is also available with
&lsquo;<samp>shopt -s checkhash</samp>&rsquo;.
</li><li> Bash will not insert a command without the execute bit set into the
command hash table, even if it returns it as a (last-ditch) result
from a <code>$PATH</code> search.
</li><li> The message printed by the job control code and builtins when a job
exits with a non-zero status is &lsquo;Done(status)&rsquo;.