Don't set the "is_windows" flag if using cygwin

parent c506169c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment