documentation updates; fix for null commands with redirection expansion errors; changes to job notifications for interactive shells sourcing files; fix underflow issue with word_top

This commit is contained in:
Chet Ramey
2024-08-28 11:42:10 -04:00
parent 2e01122fe7
commit 2610d40b32
19 changed files with 175 additions and 21 deletions
+7 -1
View File
@@ -432,6 +432,10 @@ version and versions 2.0 and above.
option processing as bindable command names for which to print any key
bindings.
69. Interactive shells will notify the user of completed jobs while sourcing
a script. Newer versions defer notification until script execution
completes.
Shell Compatibility Level
=========================
@@ -589,7 +593,9 @@ compat52 (set using BASH_COMPAT)
expressions composed of five or more primaries.
- the -p and -P options to the bind builtin treat remaining arguments
as bindable command names for which to print any key bindings
- interactive shells will notify the user of completed jobs while
sourcing a script. Newer versions defer notification until script
execution completes.
-------------------------------------------------------------------------------
Copying and distribution of this file, with or without modification,