We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a8c20 commit 20642a8Copy full SHA for 20642a8
tools/checkout-deps.sh
@@ -99,7 +99,7 @@ if [ $download_mysql -eq 1 ]; then
99
getmysql
100
fi
101
102
-if [ $iswin -eq 1 && $download_mysql_debug -eq 1 ]; then
+if [ $iswin -eq 1 ] && [ $download_mysql_debug -eq 1 ]; then
103
mysqlfolder=mysql-5.7-debug
104
mysqlver=mysql-5.7.44-win32
105
mysqlurl=https://cdn.mysql.com/archives/mysql-5.7/$mysqlver-debug-test.$archive_ext
0 commit comments