From 08f3dbb1b0cd5ca01d87e488a2fa905adf7df057 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Thu, 22 Apr 2021 12:14:05 +0300 Subject: test: Bump shellcheck version --- depends/config.site.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'depends') diff --git a/depends/config.site.in b/depends/config.site.in index f1a59a5861..97c264ff0b 100644 --- a/depends/config.site.in +++ b/depends/config.site.in @@ -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 -- cgit v1.2.3