Revision: 504
http://assorted.svn.sourceforge.net/assorted/?rev=504&view=rev
Author: yangzhang
Date: 2008-02-24 23:19:11 -0800 (Sun, 24 Feb 2008)
Log Message:
-----------
fixed regression
Modified Paths:
--------------
scala-commons/trunk/src/commons/Io.scala
Modified: scala-commons/trunk/src/commons/Io.scala
===================================================================
--- scala-commons/trunk/src/commons/Io.scala 2008-02-25 07:07:25 UTC (rev 503)
+++ scala-commons/trunk/src/commons/Io.scala 2008-02-25 07:19:11 UTC (rev 504)
@@ -151,6 +151,7 @@
"command failed with exit status " + proc.exitValue + ": " + cmd
)
}
+ out
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|