openwrt/package/system
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
..
ca-certificates ca-certificates: update to version 20200601 2020-06-09 18:07:38 +02:00
fstools fstools: update to the latest version 2020-07-08 23:22:30 +02:00
fwtool
iucode-tool
mtd mtd: enable wrgg support for ath79 2020-06-11 19:44:36 +03:00
openwrt-keyring
opkg opkg: update to latest Git HEAD 2020-05-07 22:49:58 +02:00
procd procd: add SELinux support 2020-08-10 09:54:50 +01:00
rpcd rpcd: update to latest Git HEAD 2020-05-26 16:08:54 +02:00
ubox ubox: add ALTERNATIVES 2020-06-26 23:48:51 +02:00
ubus ubus: update to latest git HEAD 2020-04-20 21:26:58 +02:00
ucert ucert: update to latest git HEAD 2020-05-24 17:01:36 +02:00
uci uci: update to latest git HEAD 2020-04-30 21:51:02 +02:00
urandom-seed package: drop PKG_VERSION for purely local packages 2020-07-15 18:33:56 +02:00
urngd
usign usign: update to latest git HEAD 2020-05-23 13:38:12 +02:00
zram-swap treewide: replace which with command -v 2020-08-12 11:08:05 +02:00