minor fix

This commit is contained in:
yinle 2014-07-10 16:00:08 -07:00
parent 9b7842df35
commit 4de9ae70fa

View File

@ -1485,7 +1485,6 @@ sub send_mail {
my $subject = "[xcat-autotest] autotest result ";
my $mailprog = "/bin/mail";
my $sendmail = "echo \"$content\"";
send_msg(2, "$$ process returns content with $content \n");
my $send = $sendmail." | $mailprog -s \"$subject\" \"$confkeys{mailgroup}\" ";
system($send);
return 0;