From 03f4c7dd2ceac57d7b59413c7356b45e0d14aec8 Mon Sep 17 00:00:00 2001 From: shel <9306996+afwn90cj93201nixr2e1re@users.noreply.github.com> Date: Sun, 6 Dec 2020 23:59:11 +0400 Subject: [PATCH] Update checkout-deps.sh (#915) --- support/checkout-deps.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/support/checkout-deps.sh b/support/checkout-deps.sh index c35b34d2..df7bbe0d 100755 --- a/support/checkout-deps.sh +++ b/support/checkout-deps.sh @@ -21,6 +21,9 @@ download_archive () fi } +ismac=0 +iswin=0 + if [ "$1" != "--no-mysql" ]; then ismac=0 iswin=0