src/Pure/System/build.ML
changeset 48482 45137257399a
parent 48477 322fbf571782
child 48486 691d0b44a793
--- a/src/Pure/System/build.ML	Tue Jul 24 18:38:07 2012 +0200
+++ b/src/Pure/System/build.ML	Tue Jul 24 20:41:50 2012 +0200
@@ -41,7 +41,7 @@
 
 fun build args_file =
   let
-    val (save, (options, (timing, (verbose, (browser_info, (parent,
+    val (save, (options, (timing, (verbose, (browser_info, (parent_base_name,
         (name, (base_name, theories)))))))) =
       File.read (Path.explode args_file) |> YXML.parse_body |>
         let open XML.Decode in
@@ -55,7 +55,7 @@
         (Options.string options "document")
         (Options.bool options "document_graph")
         (space_explode ":" (Options.string options "document_variants"))
-        parent base_name
+        parent_base_name base_name
         (not (Options.bool options "document_dump_only"), Options.string options "document_dump")
         (Options.string options "browser_info_remote")
         verbose;