nothing.
This commit is contained in:
parent
8824bb49f1
commit
dbdddf4775
1 changed files with 2 additions and 2 deletions
|
@ -255,7 +255,7 @@ sub mysql_setup {
|
|||
if ( $opt{mysqladmin} ) {
|
||||
$command = $opt{mysqladmin};
|
||||
}
|
||||
elsif (! -e $command) {
|
||||
elsif (! -e $command ) {
|
||||
badprint "Unable to find mysqladmin in your \$PATH. Is MySQL installed?\n";
|
||||
exit;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue