Ignore:
Timestamp:
2000-08-27T23:04:47+12:00 (24 years ago)
Author:
stefan
Message:

Lots of changes to perl building code for collectoraction

File:
1 edited

Legend:

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

    r1431 r1454  
    8080    my $rv = 0;
    8181
     82    # the .kill file is a handy (if not very elegant) way of aborting
     83    # an import.pl or buildcol.pl process
     84    if (-e &util::filename_cat ($ENV{'GSDLCOLLECTDIR'}, ".kill")) {
     85    print $outhandle "Process killed by .kill file\n";
     86    die "\n";
     87    }
     88   
    8289    # pass this file by each of the plugins in turn until one
    8390    # is found which will process it
Note: See TracChangeset for help on using the changeset viewer.