Changeset 5633


Ignore:
Timestamp:
11/25/09 15:51:23 (2 years ago)
Author:
OlivierRaginel
Message:

Item8084: Re-invoke the same perl, in case the PATH is misleading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x00/core/tools/extender.pl

    r5632 r5633  
    579579    my $script = getInstaller($module); 
    580580    if ( $script && -e $script ) { 
    581         my $cmd = "perl $script"; 
     581        my $cmd = "$^X $script"; 
    582582        $cmd .= ' -a' if $noconfirm; 
    583583        $cmd .= ' -d' if $downloadOK; 
Note: See TracChangeset for help on using the changeset viewer.