mirror of
https://github.com/MariaDB/server.git
synced 2026-04-21 15:55:53 +02:00
Don't set the "is_windows" flag if using cygwin
This commit is contained in:
parent
38c26f4ac5
commit
a01e8043de
1 changed files with 2 additions and 0 deletions
|
|
@ -5933,7 +5933,9 @@ int main(int argc, char **argv)
|
|||
|
||||
init_builtin_echo();
|
||||
#ifdef __WIN__
|
||||
#ifndef USE_CYGWIN
|
||||
is_windows= 1;
|
||||
#endif
|
||||
init_tmp_sh_file();
|
||||
init_win_path_patterns();
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue