Ignore:
Timestamp:
2011-05-26T14:45:49+12:00 (13 years ago)
Author:
sjm84
Message:

Fixing issues with perl finding the wrong perl by making sure it uses the one that is currently running

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/bin/script/full-rebuild.pl

    r20925 r24093  
    112112    }
    113113    } else {
    114     $launch_cmd = "perl -S ";
     114    #$^X is a special variable containing the full path to the current perl executable we are in
     115    $launch_cmd = "$^X -S ";
    115116    }
    116117   
Note: See TracChangeset for help on using the changeset viewer.