openwrt/package
Paul Spooren 1fdf6b745c treewide: replace which with command -v
Fix shellcheck SC2230
> which is non-standard. Use builtin 'command -v' instead.

Using `command -v` is POSIX compliant while `which` is not.  Also to
mention, `command -v` is a shell builtin whereas `which` is a separate
busybox applet.

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

Acked-by: Stijn Tintel <stijn@linux-ipv6.be>
Signed-off-by: Paul Spooren <mail@aparcar.org>
[also replace cases in zram-swap]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-08-12 11:08:05 +02:00
..
base-files treewide: replace which with command -v 2020-08-12 11:08:05 +02:00
boot uboot-mediatek: resync patches with upstream 2020-08-12 11:08:05 +02:00
devel bintuils: Pack libctf-nobfd.so in addition 2020-08-10 23:02:37 +02:00
firmware layerscape: harmonize device strings 2020-07-27 12:06:52 +02:00
kernel treewide: replace which with command -v 2020-08-12 11:08:05 +02:00
libs libjson-c: fix pkgconfig file 2020-08-11 21:29:44 +02:00
network ppp: update to latest git HEAD 2020-08-11 21:27:07 +02:00
system treewide: replace which with command -v 2020-08-12 11:08:05 +02:00
utils busybox: delete redundant patch 2020-08-12 11:08:05 +02:00
Makefile