Skip to content
Commit c4a4e43e authored by Paul Spooren's avatar Paul Spooren
Browse files

treewide: replace `which` with `command -v`



Fix shellcheck SC2230
> which is non-standard. Use builtin 'command -v' instead.

Once applied to everything concerning OpenWrt we can disable the busybox
feature `which` and save 3.8kB.

Signed-off-by: default avatarPaul Spooren <mail@aparcar.org>
parent 03253c23
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment