Fixed missing "

This commit is contained in:
WolverinDEV 2019-10-26 00:00:32 +02:00
parent 5fb91e4afb
commit a5ac8f4b85
1 changed files with 1 additions and 1 deletions

View File

@ -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