New review comment by Duncaen on void-packages repository https://github.com/void-linux/void-packages/pull/33011#discussion_r841242393 Comment: You can use `${!2}` here instead of subshell+eval: ``` $ bash -c 'set -- a b; b=bar; echo ${!2}' bar ```