Ignore:
Timestamp:
2009-11-04T13:46:05+13:00 (14 years ago)
Author:
kjdon
Message:

added some missing quotes to filename in applyxslt command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/plugouts/BasePlugout.pm

    r20874 r20902  
    822822    $java_class_path = "\"".$java_class_path."\"";
    823823
    824     my $cmd = "| java -cp $java_class_path org.nzdl.gsdl.ApplyXSLT -t $xslt_file ";
     824    my $cmd = "| java -cp $java_class_path org.nzdl.gsdl.ApplyXSLT -t \"$xslt_file\" ";
    825825
    826826    if (defined $self->{'mapping_file'} and $self->{'mapping_file'} ne ""){
Note: See TracChangeset for help on using the changeset viewer.