printf doesn't set array variables correctly ``` printf -v "var[2]" x; echo "${var[2]}" ^-- SC2154: var is referenced but not assigned. ```
printf doesn't set array variables correctly