diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-03-30 11:03:46 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-03-30 11:03:46 +0200 |
commit | 3e4d022d0425e4f7647573c97f105aa5208e5537 (patch) | |
tree | dd766844932ba637e3aad4c23ae06f09416abac6 /Makefile | |
parent | 5e2b161379420acd39e0474bb7f59545df7e1f3a (diff) | |
download | searxng-3e4d022d0425e4f7647573c97f105aa5208e5537.tar.gz searxng-3e4d022d0425e4f7647573c97f105aa5208e5537.zip |
[fix] make test.sh: fix various shellcheck error messages
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -219,6 +219,7 @@ test.pylint: pyenvinstall # ubu1604: uses shellcheck v0.3.7 (from 04/2015), no longer supported! test.sh: + shellcheck -x -s bash utils/brand.env shellcheck -x utils/lib.sh shellcheck -x utils/filtron.sh shellcheck -x utils/searx.sh |