From a5ac8f4b85d94b84a3ec7c28ddbc31a2a3d03835 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sat, 26 Oct 2019 00:00:32 +0200 Subject: [PATCH] Fixed missing " --- third_party/build_unbound.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/build_unbound.sh b/third_party/build_unbound.sh index 264ecb2..1a66187 100755 --- a/third_party/build_unbound.sh +++ b/third_party/build_unbound.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -if [[ ${build_os_type} == "win32 ]]; then +if [[ ${build_os_type} == "win32" ]]; then echo "Windows does not require libunbound" echo "Dont building library" exit 0