immortalwrt/package/base-files/files
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
..
bin kernel: bump to 4.14.169, 4.19.101 (#2963) 2020-02-06 21:45:40 +08:00
etc base-files: disable LEDs if default state is undefined 2020-08-05 21:04:51 +08:00
lib treewide: replace which with command -v 2020-08-13 23:30:21 +08:00
rom
sbin hostapd: reduce to a single instance per service 2020-04-22 18:09:30 +08:00
usr dropbear: bump to 2019.78 2020-03-22 18:35:41 +08:00