Commit ca994409 authored by unknown's avatar unknown

Turn the "is_windows" flag _on_ when compiled on windows

parent a8be1b93
......@@ -5837,7 +5837,7 @@ int main(int argc, char **argv)
init_builtin_echo();
#ifdef __WIN__
is_windows= 0;
is_windows= 1;
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