summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-03-08 18:37:16 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2020-03-08 18:37:16 +0100
commitf5f83b8a99a45198822f4e382575d3147e652e56 (patch)
tree21fb87a1dbd7e0f3097ccc4f5f236b168343d9e4 /Makefile
parent04ad648105a65a27a0654204a461775d178b49ce (diff)
downloadsearxng-f5f83b8a99a45198822f4e382575d3147e652e56.tar.gz
searxng-f5f83b8a99a45198822f4e382575d3147e652e56.zip
shellcheck: minor fixes to support all dsitros
checked with:: sudo ./utils/lxc.sh cmd -- make test.sh on ubu1804, ubu1910, fedora31 and archlinux. All checks OK except: ubu1604: uses shellcheck v0.3.7 (from 04/2015) which is no longer supported! Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 822adb1ae..ac63842e1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
# -*- coding: utf-8; mode: makefile-gmake -*-
-
+.DEFAULT_GOAL=help
include ./.config.mk
PYOBJECTS = searx
@@ -104,6 +104,7 @@ test.pylint: pyenvinstall
$(call cmd,pylint,searx/preferences.py)
$(call cmd,pylint,searx/testing.py)
+# ubu1604: uses shellcheck v0.3.7 (from 04/2015), no longer supported!
test.sh:
shellcheck -x utils/lib.sh
shellcheck -x utils/filtron.sh