src/Pure/Tools/check_source.scala
changeset 60988 1d7a7e33fd67
parent 56830 e760242101fc
child 62226 9f7293af6fb8
--- a/src/Pure/Tools/check_source.scala	Thu Aug 20 17:41:50 2015 +0100
+++ b/src/Pure/Tools/check_source.scala	Thu Aug 20 19:15:17 2015 +0200
@@ -41,7 +41,7 @@
   def check_hg(root: Path)
   {
     Output.writeln("Checking " + root + " ...")
-    Isabelle_System.hg("--repository " + Isabelle_System.shell_path(root) + " root").check_error
+    Isabelle_System.hg("--repository " + File.shell_path(root) + " root").check_error
     for {
       file <- Isabelle_System.hg("manifest", root).check_error.out_lines
       if file.endsWith(".thy") || file.endsWith(".ML")