--- a/src/Tools/jEdit/src/active.scala Sun Mar 13 10:22:46 2016 +0100
+++ b/src/Tools/jEdit/src/active.scala Sun Mar 13 11:48:38 2016 +0100
@@ -33,8 +33,7 @@
Standard_Thread.fork("browser") {
val graph_file = Isabelle_System.tmp_file("graph")
File.write(graph_file, XML.content(body))
- Isabelle_System.bash("isabelle browser -c \"$GRAPH_FILE\" &",
- env = Map("GRAPH_FILE" -> File.standard_path(graph_file)))
+ Isabelle_System.bash("isabelle browser -c " + File.bash_path(graph_file) + " &")
}
case XML.Elem(Markup(Markup.GRAPHVIEW, _), body) =>