From 880eb7c04baca71a722f91b814bb5164dac53d83 Mon Sep 17 00:00:00 2001 From: jeberle Date: Tue, 20 May 2008 09:36:59 +0000 Subject: Removing "waitFor" ilasm. --- src/compiler/scala/tools/nsc/backend/msil/GenMSIL.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/compiler/scala/tools/nsc/backend/msil/GenMSIL.scala b/src/compiler/scala/tools/nsc/backend/msil/GenMSIL.scala index 6de7c021c7..a4b5a84d5d 100644 --- a/src/compiler/scala/tools/nsc/backend/msil/GenMSIL.scala +++ b/src/compiler/scala/tools/nsc/backend/msil/GenMSIL.scala @@ -460,8 +460,7 @@ abstract class GenMSIL extends SubComponent { if (settings.debug.value) log("Executing command: " + cmd) try { - val p = Runtime.getRuntime().exec(cmd) - p.waitFor() // wait until ilasm is done + Runtime.getRuntime().exec(cmd) } catch { case _ => Console.println("Cannot run command: " + cmd) -- cgit v1.2.3