diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-01-17 14:36:29 -0800 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-01-18 00:24:06 +0100 |
commit | 8df14c229c02a3b9329afc6e3ebf4f8aec5b59ed (patch) | |
tree | 1575b44a4ec6002d6eae3015c61dd8d6f3559b98 /target/linux/archs38 | |
parent | 26105974e7f9758cd4bc443ce0322983f818acd5 (diff) | |
download | upstream-8df14c229c02a3b9329afc6e3ebf4f8aec5b59ed.tar.gz upstream-8df14c229c02a3b9329afc6e3ebf4f8aec5b59ed.tar.bz2 upstream-8df14c229c02a3b9329afc6e3ebf4f8aec5b59ed.zip |
base-files/functions.sh: use grep -q instead of []
It's cleaner and faster as it does not need to do extra work.
Also removed $() to avoid executing the output. The shell can handle it.
https://github.com/koalaman/shellcheck/wiki/SC2143
Signed-off-by: Rosen Penev <rosenp@gmail.com>
[correct || to && for one conversion]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/archs38')
0 files changed, 0 insertions, 0 deletions