diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-10-08 13:43:01 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-10-08 13:43:01 +0000 |
commit | 8facfdd7bd2488e688167484d3b451d6a548da6a (patch) | |
tree | 91a3740891ee6b5c11a839078135822de7f35da6 /emi | |
parent | 77628f7a30edac08d38ca9f8b008608e5db98c86 (diff) | |
download | iurt-8facfdd7bd2488e688167484d3b451d6a548da6a.tar iurt-8facfdd7bd2488e688167484d3b451d6a548da6a.tar.gz iurt-8facfdd7bd2488e688167484d3b451d6a548da6a.tar.bz2 iurt-8facfdd7bd2488e688167484d3b451d6a548da6a.tar.xz iurt-8facfdd7bd2488e688167484d3b451d6a548da6a.zip |
perl_checker cleanup
Diffstat (limited to 'emi')
-rwxr-xr-x | emi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -260,7 +260,7 @@ foreach my $prefix (keys %pkg_tree) { $text .= "- $rpm\n"; } my $to = get_author_email($user) || "Unknown <$config->{admin}>"; - my $cc = undef; + my $cc; $text .= "\nUpload log available in $config->{http_queue}/rejected/$path/$prefix.youri\n"; sendmail($to, $cc, "Upload failed for $rpms", $text, "Emi the upload bot <$config->{admin}>", 0); |