diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-04 19:47:33 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-04 19:47:33 +0100 |
commit | 71d7550dbe750f35f0dd7b5c513bc9e8db9512ee (patch) | |
tree | 84fcbd1a82a8f298807cd3490b2acee7b5fcbb64 /utils/filtron.sh | |
parent | 2f40f61f83afb34f0c4b95019a53050a504ce43a (diff) | |
download | searxng-71d7550dbe750f35f0dd7b5c513bc9e8db9512ee.tar.gz searxng-71d7550dbe750f35f0dd7b5c513bc9e8db9512ee.zip |
tooling box ./utils/*: minor fix from production test
Diffstat (limited to 'utils/filtron.sh')
-rwxr-xr-x | utils/filtron.sh | 2 |
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() { |