Diff for /loncom/build/CHECKRPMS between versions 1.2 and 1.3

version 1.2, 2006/10/04 17:56:44 version 1.3, 2006/10/04 19:47:33
Line 218  sub check_with_rug { Line 218  sub check_with_rug {
         chomp(@output);          chomp(@output);
         my @clean_output;          my @clean_output;
         foreach my $line (@output) {          foreach my $line (@output) {
             if ($line eq 'Waking up ZMD...') {              if ($line =~ /^Waking\sup\sZMD\.\.\./) {
                 next;                  next;
             } elsif ($line eq 'Done') {              } elsif ($line eq 'Done') {
                 next;                  next;

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>