Ignore:
Timestamp:
2000-11-20T14:03:26+13:00 (23 years ago)
Author:
sjboddie
Message:

Re-Added recent changes that were lost when the CVS repository was moved.
Mostly stuff to do with the collector and building code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/doc.pm

    r1388 r1679  
    220220                       $ENV{'GSDLOS'},"hashfile$osexe");
    221221    my $result = "NULL";
    222 
     222   
    223223    if (-e "$hashfile_exe") {
    224     $result = `$hashfile_exe \"$filename\"`;
     224#   $result = `\"$hashfile_exe\" \"$filename\"`;
     225    $result = `hashfile$osexe \"$filename\"`;
    225226    ($result) = $result =~ /:\s*([0-9a-f]+)/i;
    226227
     
    252253
    253254    } else {
    254        
    255         print STDERR "doc::set_OID source filename undefined/non-existant (continuing)\n";
     255
     256        # this warning causes more confusion than it's worth I think
     257        # -- sorry Gordon.
     258#       print STDERR "doc::set_OID source filename undefined/non-existant (continuing)\n";
    256259       
    257260        $filename = &util::get_tmp_filename();
Note: See TracChangeset for help on using the changeset viewer.