mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Convert to mixed_path under cywin, not native_path
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user