Ignore:
Timestamp:
2023-09-08T19:06:27+12:00 (8 months ago)
Author:
anupama
Message:

Diffcol complained that logdiff was not to be found in @INC, so added its containing diffcol folder into @INC. This may be a problem specific to having TASK_HOME located outside envi, as I've not experienced this issue before.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/diffcol/trunk/diffcol/diffcol.pl

    r38048 r38067  
    3333    die "GSDLHOME not set\n" unless defined $ENV{'GSDLHOME'};
    3434    die "GSDLOS not set\n" unless defined $ENV{'GSDLOS'};
     35    unshift (@INC, "$ENV{TASK_HOME}/diffcol/");
    3536    unshift (@INC, "$ENV{'GSDLHOME'}/perllib");
    3637    unshift (@INC, "$ENV{'GSDLHOME'}/perllib/cpan");
Note: See TracChangeset for help on using the changeset viewer.