mirror of
https://github.com/MariaDB/server.git
synced 2025-05-16 03:24:47 +03:00
Don't set the "is_windows" flag if using cygwin
This commit is contained in:
parent
c506169c06
commit
c58b2bd757
@ -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…
x
Reference in New Issue
Block a user