mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Debug printouts
This commit is contained in:
@ -66,7 +66,9 @@ sub mixed_path {
|
||||
my ($path)= @_;
|
||||
if (IS_CYGWIN){
|
||||
return unless defined $path;
|
||||
$path= `cygpath -m $path`;
|
||||
my $cmd= "cygpath -m $path";
|
||||
print "$cmd\n";
|
||||
$path= `$cmd`;
|
||||
chomp $path;
|
||||
}
|
||||
return $path;
|
||||
|
Reference in New Issue
Block a user