Ignore:
Timestamp:
2003-03-06T22:03:38+13:00 (21 years ago)
Author:
sjboddie
Message:

Bug fix so mgpp works properly for windows installations installed to
paths containing spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/mgppbuilder.pm

    r3158 r3805  
    740740    $handle = STDOUT;
    741741    } else {
    742     if (!-e "$txt2db_exe" || !open (PIPEOUT, "| $txt2db_exe $fulldbname")) {
     742    if (!-e "$txt2db_exe" || !open (PIPEOUT, "| txt2db$exe \"$fulldbname\"")) {
    743743        die "mgppbuilder::make_infodatabase - couldn't run $txt2db_exe\n";
    744744    }
Note: See TracChangeset for help on using the changeset viewer.