mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-12 06:30:50 +02:00
commit bash-20120713 snapshot
This commit is contained in:
@@ -4529,6 +4529,13 @@ This option applies to the shell environment and each subshell environment
|
||||
separately (@pxref{Command Execution Environment}), and may cause
|
||||
subshells to exit before executing all the commands in the subshell.
|
||||
|
||||
If a shell function executes in a context where @option{-e} is being ignored,
|
||||
even if @option{-e} is set, none of the commands executed within the function
|
||||
body will be affected by the @option{-e} setting.
|
||||
If a shell function sets @option{-e} while executing in a context where
|
||||
@option{-e} is ignored, that setting will not have any effect until the
|
||||
command containing the function call completes.
|
||||
|
||||
@item -f
|
||||
Disable filename expansion (globbing).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user