mirror of
https://github.com/MariaDB/server.git
synced 2026-05-05 14:45:31 +02:00
Print 'cygpath -m' command if it fails
This commit is contained in:
parent
ed64708336
commit
670a46aa0a
1 changed files with 2 additions and 2 deletions
|
|
@ -69,8 +69,8 @@ sub mixed_path {
|
|||
if (IS_CYGWIN){
|
||||
return unless defined $path;
|
||||
my $cmd= "cygpath -m $path";
|
||||
print "$cmd\n";
|
||||
$path= `$cmd`;
|
||||
$path= `$cmd` or
|
||||
print "Failed to run: '$cmd', $!\n";
|
||||
chomp $path;
|
||||
}
|
||||
return $path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue