New review comment by sgn on void-packages repository https://github.com/void-linux/void-packages/pull/31364#discussion_r647531315 Comment: Maybe replace `grep NEEDED | awk '{print $2}'` with `awk '/NEEDED/{print $2}'` to save some `fork(2)`, `execve(2)`, `pipe(2)` and `dup2`