FSUM7731
string: cannot assign

Explanation

You attempted to use the special parameter @ or * either as part of the undefined variable name in the construct ${name=word} or as part of the empty or undefined variable name in the construct ${name :=word}.

User response

Do not use the special parameters @ and * as part of name when using these two constructs.