Fix conjugation of exists and add full stops to the messages I changed.
PR: 38481 Submitted by: Kevin Kinsey <kadmin@elisha.daleco.biz> MFC after: 1 week
This commit is contained in:
parent
3ab539dcb4
commit
4e17493163
@ -1035,7 +1035,7 @@ sub home_create {
|
||||
local($rootdir);
|
||||
|
||||
if (-e "$homedir") {
|
||||
warn "HOME Directory ``$homedir'' already exist\a\n";
|
||||
warn "HOME directory ``$homedir'' already exists.\a\n";
|
||||
return 0;
|
||||
}
|
||||
|
||||
@ -1101,7 +1101,7 @@ sub mkdir_home {
|
||||
|
||||
|
||||
if (-d $d) {
|
||||
warn "Oops, $d already exist\n" if $verbose;
|
||||
warn "Oops, $d already exists.\n" if $verbose;
|
||||
} else {
|
||||
print "Create $d\n" if $verbose;
|
||||
if (!mkdir("$d", 0755)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user