mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-23 22:07:58 +02:00
commit bash-20200501 snapshot
This commit is contained in:
+1
-1
@@ -859,7 +859,7 @@ quote_assign (string)
|
||||
return temp;
|
||||
}
|
||||
|
||||
/* Take a word W of the form [IND]=VALUE and transform it to ['IND]='VALUE'
|
||||
/* Take a word W of the form [IND]=VALUE and transform it to ['IND']='VALUE'
|
||||
to prevent further expansion. This is called for compound assignments to
|
||||
indexed arrays. W has already undergone word expansions. If W has no [IND]=,
|
||||
just single-quote and return it. */
|
||||
|
||||
Reference in New Issue
Block a user