mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-02 18:00:49 +02:00
commit bash-20120720 snapshot
This commit is contained in:
+13
-5
@@ -1,6 +1,6 @@
|
||||
<HTML>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<!-- Created on July, 5 2012 by texi2html 1.64 -->
|
||||
<!-- Created on July, 16 2012 by texi2html 1.64 -->
|
||||
<!--
|
||||
Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
|
||||
Karl Berry <karl@freefriends.org>
|
||||
@@ -33,10 +33,10 @@ Send bugs and suggestions to <texi2html@mathematik.uni-kl.de>
|
||||
<H1>Bash Reference Manual</H1></P><P>
|
||||
|
||||
This text is a brief description of the features that are present in
|
||||
the Bash shell (version 4.2, 5 July 2012).
|
||||
the Bash shell (version 4.2, 14 July 2012).
|
||||
</P><P>
|
||||
|
||||
This is Edition 4.2, last updated 5 July 2012,
|
||||
This is Edition 4.2, last updated 14 July 2012,
|
||||
of <CITE>The GNU Bash Reference Manual</CITE>,
|
||||
for <CODE>Bash</CODE>, Version 4.2.
|
||||
</P><P>
|
||||
@@ -5762,6 +5762,14 @@ separately (see section <A HREF="bashref.html#SEC54">3.7.3 Command Execution Env
|
||||
subshells to exit before executing all the commands in the subshell.
|
||||
</P><P>
|
||||
|
||||
If a shell function executes in a context where <SAMP>`-e'</SAMP> is being ignored,
|
||||
even if <SAMP>`-e'</SAMP> is set, none of the commands executed within the function
|
||||
body will be affected by the <SAMP>`-e'</SAMP> setting.
|
||||
If a shell function sets <SAMP>`-e'</SAMP> while executing in a context where
|
||||
<SAMP>`-e'</SAMP> is ignored, that setting will not have any effect until the
|
||||
command containing the function call completes.
|
||||
</P><P>
|
||||
|
||||
<DT><CODE>-f</CODE>
|
||||
<DD>Disable filename expansion (globbing).
|
||||
<P>
|
||||
@@ -17081,7 +17089,7 @@ to permit their use in free software.
|
||||
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="bashref.html#SEC_About"> ? </A>]</TD>
|
||||
</TR></TABLE>
|
||||
<H1>About this document</H1>
|
||||
This document was generated by <I>Chet Ramey</I> on <I>July, 5 2012</I>
|
||||
This document was generated by <I>Chet Ramey</I> on <I>July, 16 2012</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
<P></P>
|
||||
@@ -17243,7 +17251,7 @@ the following structure:
|
||||
<BR>
|
||||
<FONT SIZE="-1">
|
||||
This document was generated
|
||||
by <I>Chet Ramey</I> on <I>July, 5 2012</I>
|
||||
by <I>Chet Ramey</I> on <I>July, 16 2012</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user