commit bash-20120713 snapshot

This commit is contained in:
Chet Ramey
2012-08-13 11:55:46 -04:00
parent 9f178efb2e
commit 49cf78286e
34 changed files with 34467 additions and 3260 deletions
+7
View File
@@ -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).