aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-04-22 12:14:05 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-04-22 12:14:05 +0300
commit08f3dbb1b0cd5ca01d87e488a2fa905adf7df057 (patch)
tree333e15e7e544096d63cfe9fc9bb83331ae229450 /depends
parente7776e20ed0ddf41d15b3d2df87a92ea6666226c (diff)
downloadbitcoin-08f3dbb1b0cd5ca01d87e488a2fa905adf7df057.tar.xz
test: Bump shellcheck version
Diffstat (limited to 'depends')
-rw-r--r--depends/config.site.in2
1 files changed, 1 insertions, 1 deletions
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