mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
fix(Bash/DB-Exporter): typo (#4376)
This commit is contained in:
2
deps/drassil/mysql-tools/shared-def
vendored
2
deps/drassil/mysql-tools/shared-def
vendored
@@ -19,7 +19,7 @@ command -v mysqlimport >/dev/null 2>&1 || { WIN_BIN=1; }
|
|||||||
command -v mysqldump >/dev/null 2>&1 || { WIN_BIN=1; }
|
command -v mysqldump >/dev/null 2>&1 || { WIN_BIN=1; }
|
||||||
|
|
||||||
WIN_BIN=1
|
WIN_BIN=1
|
||||||
if [[ $(uname -s) == "Linux") ]] || [[ $(uname -s) == "Darwin" ]]; then
|
if [[ $(uname -s) == "Linux" ]] || [[ $(uname -s) == "Darwin" ]]; then
|
||||||
WIN_BIN=0
|
WIN_BIN=0
|
||||||
else
|
else
|
||||||
WIN_BIN=1
|
WIN_BIN=1
|
||||||
|
|||||||
Reference in New Issue
Block a user