which -> command -v
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Stage: build Stage: package |
Download artifacts
No artifacts found | |||
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
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Stage: build Stage: package |
Download artifacts
No artifacts found | |||
0 |