Changeset 13064


Ignore:
Timestamp:
2006-10-10T12:34:08+13:00 (18 years ago)
Author:
shaoqun
Message:

made it work for path with spaces

File:
1 edited

Legend:

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

    r13024 r13064  
    652652
    653653    if (defined $self->{'mapping_file'} and $self->{'mapping_file'} ne ""){
    654     $cmd .= $self->{'mapping_file'};
     654    my $mapping_file_path = "\"".$self->{'mapping_file'}."\"";
     655    $cmd .= $mapping_file_path;
    655656    }
    656657 
Note: See TracChangeset for help on using the changeset viewer.