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
..
2019-11-14 22:53:31 +01:00
2018-02-11 14:39:16 +01:00
2020-06-11 19:44:36 +03:00
2020-05-07 22:49:58 +02:00
2020-08-10 09:54:50 +01:00
2020-05-26 16:08:54 +02:00
2020-06-26 23:48:51 +02:00
2020-04-20 21:26:58 +02:00
2020-05-24 17:01:36 +02:00
2020-04-30 21:51:02 +02:00
2020-05-23 13:38:12 +02:00