mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-06 11:50:49 +02:00
fix for posix semantics for the := word expansion when assigning array elements
This commit is contained in:
+1
-1
@@ -281,7 +281,7 @@ An \fIinteractive\fP shell is one started without non-option arguments
|
||||
(unless \fB\-s\fP is specified)
|
||||
and without the
|
||||
.B \-c
|
||||
option
|
||||
option,
|
||||
whose standard input and error are
|
||||
both connected to terminals (as determined by
|
||||
.IR isatty (3)),
|
||||
|
||||
+3
-2
@@ -7091,8 +7091,9 @@ the same, but the effective user id is not reset.
|
||||
@subsection What is an Interactive Shell?
|
||||
|
||||
An interactive shell
|
||||
is one started without non-option arguments, unless @option{-s} is
|
||||
specified, without specifying the @option{-c} option, and
|
||||
is one started without non-option arguments
|
||||
(unless @option{-s} is specified)
|
||||
and without specifying the @option{-c} option,
|
||||
whose input and error output are both
|
||||
connected to terminals (as determined by @code{isatty(3)}),
|
||||
or one started with the @option{-i} option.
|
||||
|
||||
Reference in New Issue
Block a user