src/Pure/Thy/present.ML
changeset 35010 d6e492cea6e4
parent 33957 e9afca2118d4
child 35588 f1429d5df3d2
--- a/src/Pure/Thy/present.ML	Sat Feb 06 14:39:33 2010 +0100
+++ b/src/Pure/Thy/present.ML	Sat Feb 06 14:50:55 2010 +0100
@@ -328,7 +328,7 @@
       \-n '" ^ name ^ "' -t '" ^ tags ^ "' " ^ File.shell_path path ^ " 2>&1";
     val doc_path = Path.append result_path (Path.ext format (Path.basic name));
     val _ = if verbose then writeln s else ();
-    val (out, rc) = system_out s;
+    val (out, rc) = bash_output s;
     val _ =
       if not (File.exists doc_path) orelse rc <> 0 then
         cat_error out ("Failed to build document " ^ quote (show_path doc_path))