fix error l197
This commit is contained in:
parent
0113f77f27
commit
4c4bc01ff7
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ if ($opt{dumpdir} ne '') {
|
|||
infoprint("Creating directory $opt{dumpdir} ...");
|
||||
mkdir $opt{dumpdir} or die "Cannot create directory $opt{dumpdir}: $!";
|
||||
} else {
|
||||
info "Directory $opt{dumpdir} already exists";
|
||||
infoprint "Directory $opt{dumpdir} already exists";
|
||||
}
|
||||
}
|
||||
# for RPM distributions
|
||||
|
|
Loading…
Reference in a new issue