src/Pure/System/command_line.scala
changeset 74140 8a5e02ef975c
parent 74068 62e4ec8cff38
child 74306 a117c076aa22
equal deleted inserted replaced
74139:3314559ef095 74140:8a5e02ef975c
    32               Output.error_message(Exn.print(exn))
    32               Output.error_message(Exn.print(exn))
    33               Exn.failure_rc(exn)
    33               Exn.failure_rc(exn)
    34           }
    34           }
    35         sys.exit(rc)
    35         sys.exit(rc)
    36       }
    36       }
    37     thread.join
    37     thread.join()
    38   }
    38   }
    39 
    39 
    40   def ML_tool(body: List[String]): String =
    40   def ML_tool(body: List[String]): String =
    41     "Command_Line.tool (fn () => (" + body.mkString("; ") + "));"
    41     "Command_Line.tool (fn () => (" + body.mkString("; ") + "));"
    42 }
    42 }