mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-05 11:20:50 +02:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user