commit bash-20200615 snapshot

This commit is contained in:
Chet Ramey
2020-06-18 11:09:26 -04:00
parent f9f8a7fa3a
commit d37a47224a
37 changed files with 22498 additions and 20710 deletions
+4
View File
@@ -538,6 +538,10 @@ compat50 (set using BASH_COMPAT)
lower, it reverts to the method from bash-5.0 and previous versions,
so seeding the random number generator by assigning a value to
RANDOM will produce the same sequence as in bash-5.0
- If the command hash table is empty, bash versions prior to bash-5.1
printed an informational message to that effect even when writing
output in a format that can be reused as input (-l). Bash-5.1
suppresses that message if -l is supplied
-------------------------------------------------------------------------------