Convert to mixed_path under cywin, not native_path

parent bf65a615
......@@ -138,10 +138,10 @@ sub new {
# }
if (IS_CYGWIN){
$path= native_path($path);
$input= native_path($input);
$output= native_path($output);
$error= native_path($error);
$path= mixed_path($path);
$input= mixed_path($input);
$output= mixed_path($output);
$error= mixed_path($error);
}
my @safe_args;
......
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