Changeset 2439


Ignore:
Timestamp:
2001-05-17T12:32:23+12:00 (23 years ago)
Author:
sjboddie
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/collectoraction.cpp

    r2431 r2439  
    13631363    // we may have to revisit this.
    13641364    text_t tmpfile = filename_cat (gsdlhome, "tmp", collection + "_export.txt");
    1365     text_t export_cmd = "perl -S exportcol.pl -out " + tmpfile + " " + collection;
     1365    text_t export_cmd = "perl -S exportcol.pl -out \"" + tmpfile + "\" " + collection;
    13661366    gsdl_system (export_cmd, true, logout);
    13671367    if (file_exists (tmpfile)) {
Note: See TracChangeset for help on using the changeset viewer.