Updated SC1067 (markdown)

Vidar Holen
2019-07-03 20:19:43 -07:00
parent 35c8d213d7
commit c4cd37af6d

@@ -53,7 +53,7 @@ echo "$varFoo"
### Rationale:
`var$n=value` is not a valid way of assigning to a dynamically created variable name in any shell. Please use one of the other methods to assign to names by expanded string. [Wooledge BashFaq #6](https://mywiki.wooledge.org/BashFAQ/006) has significantly more information on the subject.
`var$n=value` is not a valid way of assigning to a dynamically created variable name in any shell. Please use one of the other methods to assign to names via expanded strings. [Wooledge BashFaq #6](https://mywiki.wooledge.org/BashFAQ/006) has significantly more information on the subject.
### Exceptions: