[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-dev] SF.net SVN: quarks:[1287] FileLog/MultiFileWriter.sc
Revision: 1287
http://quarks.svn.sourceforge.net/quarks/?rev=1287&view=rev
Author: nescivi
Date: 2009-12-15 16:53:42 +0000 (Tue, 15 Dec 2009)
Log Message:
-----------
use systemCmd instead of unixCmd for synchronous execution
Modified Paths:
--------------
FileLog/MultiFileWriter.sc
Modified: FileLog/MultiFileWriter.sc
===================================================================
--- FileLog/MultiFileWriter.sc 2009-12-14 19:43:00 UTC (rev 1286)
+++ FileLog/MultiFileWriter.sc 2009-12-15 16:53:42 UTC (rev 1287)
@@ -95,14 +95,14 @@
"mv" + curfn + pathDir ++ ";" +
"gzip" + newf ++ ";"
// + "rm" + newf // file is removed automagically
- ).unixCmd;
+ ).systemCmd;
newf = newf ++ ".gz";
}{
(
"mv" + curfn + pathDir ++ ";"
- ).unixCmd;
+ ).systemCmd;
};
- 1.0.wait;
+ // 1.0.wait;
this.createTarBundle( newf );
};
};
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
_______________________________________________
sc-dev mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/