mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-24 20:01:16 +02:00
fix a bug in word splitting that could potentially drop the first word; complete -p now prefixes the compspec for commands that begin with -' with --'; several builtins updated to use $'...' quoting for output when appropriate
This commit is contained in:
+1
-1
@@ -8704,7 +8704,7 @@ There is no maximum
|
||||
limit on the size of an array, nor any requirement that members
|
||||
be indexed or assigned contiguously.
|
||||
Indexed arrays are referenced using arithmetic expressions
|
||||
that must expand to an integer (@pxref{Shell Arithmetic}))
|
||||
that must expand to an integer (@pxref{Shell Arithmetic})
|
||||
and are zero-based;
|
||||
associative arrays use arbitrary strings.
|
||||
Unless otherwise noted, indexed array indices must be non-negative integers.
|
||||
|
||||
Reference in New Issue
Block a user