Changeset 2439
- Timestamp:
- 2001-05-17T12:32:23+12:00 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsdl/src/recpt/collectoraction.cpp
r2431 r2439 1363 1363 // we may have to revisit this. 1364 1364 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; 1366 1366 gsdl_system (export_cmd, true, logout); 1367 1367 if (file_exists (tmpfile)) {
Note:
See TracChangeset
for help on using the changeset viewer.