diff --git a/tools/checkout-deps.sh b/tools/checkout-deps.sh index 305899849..895ef4322 100755 --- a/tools/checkout-deps.sh +++ b/tools/checkout-deps.sh @@ -99,7 +99,7 @@ if [ $download_mysql -eq 1 ]; then getmysql fi -if [ $iswin -eq 1 && $download_mysql_debug -eq 1 ]; then +if [ $iswin -eq 1 ] && [ $download_mysql_debug -eq 1 ]; then mysqlfolder=mysql-5.7-debug mysqlver=mysql-5.7.44-win32 mysqlurl=https://cdn.mysql.com/archives/mysql-5.7/$mysqlver-debug-test.$archive_ext