Changeset 12358


Ignore:
Timestamp:
2006-07-31T17:13:20+12:00 (18 years ago)
Author:
kjdon
Message:

added back in the unshift that I removed in last commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/export.pl

    r12354 r12358  
    307307        die "\n";
    308308        }
    309 
     309        # add collection's perllib dir  into include path in
     310        # case we have collection specific modules
     311        unshift (@INC, "$ENV{'GSDLCOLLECTDIR'}/perllib");
     312       
    310313        if ($faillog eq "") {
    311314        $faillog = &util::filename_cat($ENV{'GSDLCOLLECTDIR'}, "etc", "fail.log");
Note: See TracChangeset for help on using the changeset viewer.