src/Pure/System/isabelle_system.scala
changeset 71569 391ea80ff27c
parent 71520 62755ec99671
child 71700 6c39c3be85df
equal deleted inserted replaced
71568:1005c50b2750 71569:391ea80ff27c
   168     bash("cp -a " + File.bash_path(dir1) + " " + File.bash_path(dir2)).check
   168     bash("cp -a " + File.bash_path(dir1) + " " + File.bash_path(dir2)).check
   169 
   169 
   170 
   170 
   171   /* tmp files */
   171   /* tmp files */
   172 
   172 
   173   private def isabelle_tmp_prefix(): JFile =
   173   def isabelle_tmp_prefix(): JFile =
   174   {
   174   {
   175     val path = Path.explode("$ISABELLE_TMP_PREFIX")
   175     val path = Path.explode("$ISABELLE_TMP_PREFIX")
   176     path.file.mkdirs  // low-level mkdirs
   176     path.file.mkdirs  // low-level mkdirs
   177     File.platform_file(path)
   177     File.platform_file(path)
   178   }
   178   }