Home | History | Annotate | Download | only in Scripts

Lines Matching refs:short_desc

271     my $descriptionLine = `curl --insecure --silent "$bugXMLURL" | grep short_desc`;
272 if ($descriptionLine !~ /<short_desc>(.*)<\/short_desc>/) {