test: Bump shellcheck version

This commit is contained in:
Hennadii Stepanov
2021-04-22 12:14:05 +03:00
parent e7776e20ed
commit 08f3dbb1b0
4 changed files with 5 additions and 5 deletions

View File

@@ -62,7 +62,7 @@ if test -z "$enable_zmq" && test -n "@no_zmq@"; then
enable_zmq=no
fi
if test "x@host_os@" = xdarwin; then
if test "@host_os@" = darwin; then
BREW=no
PORT=no
fi