summaryrefslogtreecommitdiff
path: root/utils/filtron.sh
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-02-04 19:47:33 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2020-02-04 19:47:33 +0100
commit71d7550dbe750f35f0dd7b5c513bc9e8db9512ee (patch)
tree84fcbd1a82a8f298807cd3490b2acee7b5fcbb64 /utils/filtron.sh
parent2f40f61f83afb34f0c4b95019a53050a504ce43a (diff)
downloadsearxng-71d7550dbe750f35f0dd7b5c513bc9e8db9512ee.tar.gz
searxng-71d7550dbe750f35f0dd7b5c513bc9e8db9512ee.zip
tooling box ./utils/*: minor fix from production test
Diffstat (limited to 'utils/filtron.sh')
-rwxr-xr-xutils/filtron.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/filtron.sh b/utils/filtron.sh
index c1e360067..e97b9f014 100755
--- a/utils/filtron.sh
+++ b/utils/filtron.sh
@@ -96,7 +96,7 @@ If needed, set PUBLIC_URL of your WEB service in the '${DOT_CONFIG#"$REPO_ROOT/"
FILTRON_TARGET : ${FILTRON_TARGET}
EOF
- [ ! -z ${1+x} ] && err_msg "$1"
+ [ ! -z "${1+x}" ] && err_msg "$1"
}
main() {