src/Pure/System/bash.scala
changeset 73340 0ffcad1f6130
parent 73333 b70d82358c6d
child 73367 77ef8bef0593
equal deleted inserted replaced
73339:9efdebe24c65 73340:0ffcad1f6130
   126     catch { case _: IllegalStateException => }
   126     catch { case _: IllegalStateException => }
   127 
   127 
   128 
   128 
   129     // cleanup
   129     // cleanup
   130 
   130 
   131     private def do_cleanup()
   131     private def do_cleanup(): Unit =
   132     {
   132     {
   133       try { Runtime.getRuntime.removeShutdownHook(shutdown_hook) }
   133       try { Runtime.getRuntime.removeShutdownHook(shutdown_hook) }
   134       catch { case _: IllegalStateException => }
   134       catch { case _: IllegalStateException => }
   135 
   135 
   136       script_file.delete
   136       script_file.delete