src/Pure/System/isabelle_system.scala
changeset 73815 43882e34c038
parent 73717 2f4cb9cb087f
child 73888 9c2dd041477b
equal deleted inserted replaced
73814:c8b4a4f69068 73815:43882e34c038
   579   /* repository clone with Admin */
   579   /* repository clone with Admin */
   580 
   580 
   581   def admin(): Boolean = Path.explode("~~/Admin").is_dir
   581   def admin(): Boolean = Path.explode("~~/Admin").is_dir
   582 
   582 
   583 
   583 
   584   /* components */
       
   585 
       
   586   def components(): List[Path] =
       
   587     Path.split(getenv_strict("ISABELLE_COMPONENTS"))
       
   588 
       
   589 
       
   590   /* default logic */
   584   /* default logic */
   591 
   585 
   592   def default_logic(args: String*): String =
   586   def default_logic(args: String*): String =
   593   {
   587   {
   594     args.find(_ != "") match {
   588     args.find(_ != "") match {