which -> command -v
which
is an external command, command -v
is the equivalent shell built-in.
Replacing the calls to which
with command -v
removes a build time dependency.
Bug: https://bugs.gentoo.org/940563 Signed-off-by: Nowa Ammerlaan nowa-ammerlaan@riseup.net
Merge request reports
Activity
@Nowa-Ammerlaan thanks for the MR, the CI won't run because the branch is in your fork, but LGTM
i'll update the commit msg a bit though :)can't push to your fork!could you please update the commit title to
replace which with command -v
; the commit description isEdited by jkitomentioned in merge request !261 (merged)
As this is stalling, I cherry-pickd the commit to !261 (merged). Thank you @Nowa-Ammerlaan !
Edited by Pea Nut
Please register or sign in to reply