Changeset 112


Ignore:
Timestamp:
12/11/05 17:18:45 (18 years ago)
Author:
thauvin
Message:
  • don't parse m/obsdata\.ini$/
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/soft/ObsData/ObsData/Repository.pm

    • Property cvs2svn:cvs-rev changed from 1.38 to 1.39
    r111 r112  
    101101 
    102102        -f $f or next; # skip no regular files 
     103        $f =~ m/obsdata\.ini$/ and next; # avoid default status file 
    103104         
    104105        my $bf = $f; 
Note: See TracChangeset for help on using the changeset viewer.