New review comment by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/pull/36905#discussion_r885121303 Comment: some of these could be condensed with loops, e.g.: ```sh for bin in c2init canonical_grade mdb mdemangle mercury_compile mercury_config mfiltercc mfilterjavac mgnuc mkinit ml mmake mmc mtags; do vbin usr/bin/$bin done ```