mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-04 19:00:50 +02:00
fix for posix semantics for the := word expansion when assigning array elements
This commit is contained in:
+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