Skip to content

Commit 20642a8

Browse files
authored
Fix checkout-deps.sh syntax (#2334)
1 parent 64a8c20 commit 20642a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/checkout-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ if [ $download_mysql -eq 1 ]; then
9999
getmysql
100100
fi
101101

102-
if [ $iswin -eq 1 && $download_mysql_debug -eq 1 ]; then
102+
if [ $iswin -eq 1 ] && [ $download_mysql_debug -eq 1 ]; then
103103
mysqlfolder=mysql-5.7-debug
104104
mysqlver=mysql-5.7.44-win32
105105
mysqlurl=https://cdn.mysql.com/archives/mysql-5.7/$mysqlver-debug-test.$archive_ext

0 commit comments

Comments
 (0)