- Timestamp:
- 2011-08-03T21:17:30+12:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/perllib/plugins/ConvertBinaryFile.pm
r24360 r24362 44 44 no strict 'refs'; # allow filehandles to be variables and viceversa 45 45 no strict 'subs'; 46 use Config; # for getting the perlpath in the recommended way46 use util; 47 47 48 48 … … 279 279 # } 280 280 281 my $cmd = "\" $Config{perlpath}\" -S gsConvert.pl -verbose $verbosity ";281 my $cmd = "\"".&util::get_perl_exec()."\" -S gsConvert.pl -verbose $verbosity "; 282 282 if (defined $self->{'convert_options'}) { 283 283 $cmd .= $self->{'convert_options'} . " ";
Note:
See TracChangeset
for help on using the changeset viewer.