ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/misc/scripts/shell/change_cvs_author.pl
(Generate patch)

Comparing misc/scripts/shell/change_cvs_author.pl (file contents):
Revision 1.1 by tdb, Sun Dec 9 02:33:25 2001 UTC vs.
Revision 1.2 by tdb, Tue Jan 8 17:39:38 2002 UTC

# Line 28 | Line 28 | sub checkdir() {
28      # look at each item
29      foreach my $item (@contents) {
30           # lets ignore . and .. :)
31 <         if($item =~ /^.$/ || $item =~ /^..$/) {
31 >         if($item =~ /^\.$/ || $item =~ /^\.\.$/) {
32               next;
33           }
34           # if it ends in ,v it's an RCS file!

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines