author | wenzelm |
Thu, 23 Sep 2010 13:28:19 +0200 | |
changeset 39623 | 6aae022fde9b |
parent 39622 | 53365ba766ac |
child 39624 | 57496c868dcc |
--- a/src/Pure/System/isabelle_process.scala Wed Sep 22 22:39:17 2010 +0200 +++ b/src/Pure/System/isabelle_process.scala Thu Sep 23 13:28:19 2010 +0200 @@ -166,7 +166,7 @@ if (process_result.is_finished) finished = Some(false) else Thread.sleep(10) } - (finished.isEmpty || !finished.get, result.toString) + (finished.isEmpty || !finished.get, result.toString.trim) } system_result(startup_output)