src/Pure/Tools/update_then.scala
changeset 68994 d961e11e0e87
parent 62836 98dbed6cfa44
child 72763 3cc73d00553c
equal deleted inserted replaced
68991:6c1beb52d766 68994:d961e11e0e87
    48       if (specs.isEmpty) getopts.usage()
    48       if (specs.isEmpty) getopts.usage()
    49 
    49 
    50       for {
    50       for {
    51         spec <- specs
    51         spec <- specs
    52         file <- File.find_files(Path.explode(spec).file, file => file.getName.endsWith(".thy"))
    52         file <- File.find_files(Path.explode(spec).file, file => file.getName.endsWith(".thy"))
    53       } update_then(Path.explode(File.standard_path(file)))
    53       } update_then(File.path(file))
    54     })
    54     })
    55 }
    55 }