immortalwrt/package/system
Paul Spooren 6c2adde17a
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-13 23:30:21 +08:00
..
ca-certificates ca-certificates: update to version 20200601 2020-06-11 11:59:07 +08:00
fstools Merge Lean's source 2020-01-06 13:08:05 +08:00
fwtool Revert "fwtool: update to latest Git head" 2019-11-16 23:26:27 +08:00
iucode-tool fix & merge 2019-09-30 13:21:19 +08:00
mtd mtd: sync upstream source code 2020-05-31 20:01:05 +08:00
openwrt-keyring fix & merge 2019-09-30 13:21:19 +08:00
opkg opkg: update to latest Git HEAD 2020-05-10 12:06:43 +08:00
procd procd: remove duplicate confguration menu 2020-08-13 22:09:42 +08:00
rpcd Revert "rpcd: update to latest snapshot version" 2020-07-07 11:50:16 +08:00
ubox rpcd/ubox/procd: sync with upstream source 2020-07-07 10:08:43 +08:00
ubus ubox/ubus/uci: bump version 2020-07-05 21:21:00 +08:00
ucert ubox/ubus/uci: bump version 2020-07-05 21:21:00 +08:00
uci uci: add uci_add_list method 2020-07-07 10:19:43 +08:00
urandom-seed package: drop PKG_VERSION for purely local packages 2020-07-16 20:15:59 +08:00
urngd import urandom-seed and urngd for v19.07 2020-02-01 18:35:27 +08:00
usign usign: update to latest git HEAD 2020-05-24 20:43:42 +08:00
zram-swap treewide: replace which with command -v 2020-08-13 23:30:21 +08:00