mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-30 17:09:50 +02:00
new bash_source_fullpath shell option; documentation updates for wait builtin
This commit is contained in:
+9
-4
@@ -4,9 +4,9 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<!-- This text is a brief description of the features that are present in
|
||||
the Bash shell (version 5.3, 2 July 2024).
|
||||
the Bash shell (version 5.3, 25 July 2024).
|
||||
|
||||
This is Edition 5.3, last updated 2 July 2024,
|
||||
This is Edition 5.3, last updated 25 July 2024,
|
||||
of The GNU Bash Reference Manual,
|
||||
for Bash, Version 5.3.
|
||||
|
||||
@@ -77,10 +77,10 @@ Next: <a href="#Introduction" accesskey="n" rel="next">Introduction</a>, Previou
|
||||
<h1 class="top" id="Bash-Features-1"><span>Bash Features<a class="copiable-link" href="#Bash-Features-1"> ¶</a></span></h1>
|
||||
|
||||
<p>This text is a brief description of the features that are present in
|
||||
the Bash shell (version 5.3, 2 July 2024).
|
||||
the Bash shell (version 5.3, 25 July 2024).
|
||||
The Bash home page is <a class="url" href="http://www.gnu.org/software/bash/">http://www.gnu.org/software/bash/</a>.
|
||||
</p>
|
||||
<p>This is Edition 5.3, last updated 2 July 2024,
|
||||
<p>This is Edition 5.3, last updated 25 July 2024,
|
||||
of <cite class="cite">The GNU Bash Reference Manual</cite>,
|
||||
for <code class="code">Bash</code>, Version 5.3.
|
||||
</p>
|
||||
@@ -6487,6 +6487,11 @@ it were the argument to the <code class="code">cd</code> command.
|
||||
This option is only used by interactive shells.
|
||||
</p>
|
||||
</dd>
|
||||
<dt><code class="code">bash_source_fullpath</code></dt>
|
||||
<dd><p>If set, filenames added to the <code class="code">BASH_SOURCE</code> array variable are
|
||||
converted to full pathnames (see <a class="pxref" href="#Bash-Variables">Bash Variables</a>).
|
||||
</p>
|
||||
</dd>
|
||||
<dt><code class="code">cdable_vars</code></dt>
|
||||
<dd><p>If this is set, an argument to the <code class="code">cd</code> builtin command that
|
||||
is not a directory is assumed to be the name of a variable whose
|
||||
|
||||
Reference in New Issue
Block a user