Convert to mixed_path under cywin, not native_path

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