Home | History | Annotate | Download | only in Scripts

Lines Matching refs:grep

268     # Perl has no built in XML processing, so we'll fetch and parse with curl and grep
271 my $descriptionLine = `curl --insecure --silent "$bugXMLURL" | grep short_desc`;
275 if (`curl --version | grep ^Protocols` !~ /\bhttps\b/) {
1491 && !scalar(grep(/^resources$/i, @components))
1492 && !scalar(grep(/^script-tests$/i, @components));