Return to rpmcheck.piml CVS log | Up to [LON-CAPA] / doc / loncapafiles |
version 1.23, 2011/05/08 02:07:35 | version 1.24, 2011/05/13 11:03:07 |
---|---|
Line 88 if (open(PIPE,"rpm -q LONCAPA-prerequisi | Line 88 if (open(PIPE,"rpm -q LONCAPA-prerequisi |
close(PIPE); | close(PIPE); |
chomp(@lines); | chomp(@lines); |
foreach my $line (@lines) { | foreach my $line (@lines) { |
if ($result =~ /^\QLONCAPA-prerequisites-\E([.\w\-]+)$/) { | if ($line =~ /^\QLONCAPA-prerequisites-\E[.\w\-]+$/) { |
$hasprereqs = 1; | $hasprereqs = 1; |
last; | last; |
} | } |