- Timestamp:
- Apr 4, 2023, 8:18:25 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/eam/rawfix.20230221/src/get_md5s_instances.pl
r42430 r42441 43 43 my $filename = $instance; 44 44 $filename =~ s|file://||; 45 46 # check for the existence of the file first: 47 unless (-e $filename) { 48 print OUTFILE "$instance $data_state $md5sum_tru XXX\n"; 49 next; 50 } 45 51 46 52 my $line;
Note:
See TracChangeset
for help on using the changeset viewer.
