mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-16 00:20:49 +02:00
allow assignment to array keys @ and *; minor completion fix
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ declare +i chaff
|
||||
chaff[hello world]=flip
|
||||
declare -p chaff
|
||||
|
||||
# TEST - errors
|
||||
# TEST - no longer errors
|
||||
waste[stuff]=other
|
||||
unset waste
|
||||
chaff[*]=12
|
||||
|
||||
Reference in New Issue
Block a user