mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-12 21:20:47 +02:00
fix for posix semantics for the := word expansion when assigning array elements
This commit is contained in:
@@ -409,3 +409,11 @@ cdefg
|
||||
abcdefg
|
||||
abcde
|
||||
abcdefg
|
||||
foo
|
||||
declare -- a="foo"
|
||||
7
|
||||
declare -i a="7"
|
||||
42
|
||||
declare -- a="42"
|
||||
FOO
|
||||
declare -u A="FOO"
|
||||
|
||||
Reference in New Issue
Block a user