Return to loginfo.pl CVS log | Up to [LON-CAPA] / CVSROOT |
version 1.1, 2002/02/06 17:53:44 | version 1.2, 2002/11/15 16:25:20 |
---|---|
Line 94 my (@added_files, @removed_files, @modif | Line 94 my (@added_files, @removed_files, @modif |
while (<FC>) { | while (<FC>) { |
chop; | chop; |
my ($file, $old, $new) = split(","); | my ($file, $old, $new) = split(","); |
if ($file =~ m|TexConvert/tt.dynamic|) { next; } | |
if($old eq "NONE") { | if($old eq "NONE") { |
push @added_files, $file; | push @added_files, $file; |
} elsif($new eq "NONE") { | } elsif($new eq "NONE") { |