New review comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/42804#discussion_r1151154626 Comment: I don't think there is a reason for this variable, it only makes the code less readable in my opinion. ```suggestion for shell in bash fish zsh; do vtargetrun ${DESTDIR}/usr/bin/gum completion $shell > gum.${shell} vcompletion gum.${shell} $shell done vtargetrun ${DESTDIR}/usr/bin/gum man > gum.1 ```