Ignore:
Timestamp:
2000-08-17T11:02:51+12:00 (24 years ago)
Author:
davidb
Message:

Additions so ConvertPlug etc. can handle filenames with spaces in them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/ConvertToBasPlug.pm

    r1410 r1417  
    9090   
    9191    # run either gs2txt.pl or gs2html.pl to peform the requested conversion
    92     if (system("gs2$output_ext.pl -verbose $verbosity $tmp_filename")>0)
     92    if (system("gs2$output_ext.pl -verbose $verbosity \"$tmp_filename\"")>0)
    9393    {
    9494    print STDERR "Warning: unable to convert to $output_ext format\n";
Note: See TracChangeset for help on using the changeset viewer.