rm fifo after open;
authorwenzelm
Thu, 28 Aug 2008 19:34:51 +0200
changeset 28049 6b243f66f688
parent 28048 05d9a05f9d15
child 28050 7cef47b53feb
rm fifo after open;
src/Pure/Tools/isabelle_process.ML
--- a/src/Pure/Tools/isabelle_process.ML	Thu Aug 28 19:31:55 2008 +0200
+++ b/src/Pure/Tools/isabelle_process.ML	Thu Aug 28 19:34:51 2008 +0200
@@ -103,7 +103,7 @@
     if out = "" orelse out = "-" then TextIO.stdOut
     else
       let val path = File.platform_path (Path.explode out)
-      in TextIO.openOut path (* before OS.FileSys.remove path *) end;
+      in TextIO.openOut path before OS.FileSys.remove path end;
   in
     Output.writeln_fn  := message out_stream "A" Markup.writelnN;
     Output.priority_fn := message out_stream "B" Markup.priorityN;