mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-04 01:08:19 +02:00
commit bash-20120713 snapshot
This commit is contained in:
+8
-2
@@ -5,12 +5,12 @@
|
||||
.\" Case Western Reserve University
|
||||
.\" chet@po.cwru.edu
|
||||
.\"
|
||||
.\" Last Change: Thu Jul 5 11:10:13 EDT 2012
|
||||
.\" Last Change: Sat Jul 14 14:31:31 EDT 2012
|
||||
.\"
|
||||
.\" bash_builtins, strip all but Built-Ins section
|
||||
.if \n(zZ=1 .ig zZ
|
||||
.if \n(zY=1 .ig zY
|
||||
.TH BASH 1 "2012 July 5" "GNU Bash 4.2"
|
||||
.TH BASH 1 "2012 July 14" "GNU Bash 4.2"
|
||||
.\"
|
||||
.\" There's some problem with having a `@'
|
||||
.\" in a tagged paragraph with the BSD man macros.
|
||||
@@ -8707,6 +8707,12 @@ separately (see
|
||||
.B "COMMAND EXECUTION ENVIRONMENT"
|
||||
above), and may cause
|
||||
subshells to exit before executing all the commands in the subshell.
|
||||
If a shell function executes in a context where \fB\-e\fP is being ignored,
|
||||
even if \fB\-e\fP is set, none of the commands executed within the function
|
||||
body will be affected by the \fB\-e\fP setting.
|
||||
If a shell function sets \fB\-e\fP while executing in a context where
|
||||
\fB\-e\fP is ignored, that setting will not have any effect until the
|
||||
command containing the function call completes.
|
||||
.TP 8
|
||||
.B \-f
|
||||
Disable pathname expansion.
|
||||
|
||||
+10187
File diff suppressed because it is too large
Load Diff
@@ -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).
|
||||
|
||||
|
||||
+8585
File diff suppressed because it is too large
Load Diff
+2
-3
@@ -2,11 +2,11 @@
|
||||
Copyright (C) 1988-2012 Free Software Foundation, Inc.
|
||||
@end ignore
|
||||
|
||||
@set LASTCHANGE Thu Jul 5 19:37:34 EDT 2012
|
||||
@set LASTCHANGE Sat Jul 14 14:31:17 EDT 2012
|
||||
|
||||
@set EDITION 4.2
|
||||
@set VERSION 4.2
|
||||
@set UPDATED 5 July 2012
|
||||
@set UPDATED 14 July 2012
|
||||
@set UPDATED-MONTH July 2012
|
||||
|
||||
|
||||
@@ -16,4 +16,3 @@ Copyright (C) 1988-2012 Free Software Foundation, Inc.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
@ignore
|
||||
Copyright (C) 1988-2012 Free Software Foundation, Inc.
|
||||
@end ignore
|
||||
|
||||
@set LASTCHANGE Thu Jul 5 19:37:34 EDT 2012
|
||||
|
||||
@set EDITION 4.2
|
||||
@set VERSION 4.2
|
||||
@set UPDATED 5 July 2012
|
||||
@set UPDATED-MONTH July 2012
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user