author | wenzelm |
Thu, 07 Oct 1999 14:32:18 +0200 | |
changeset 7783 | 9ace4017ead8 |
parent 7782 | d4a6464ed61e |
child 7784 | 228283fa5de4 |
--- a/src/Pure/Thy/thm_deps.ML Thu Oct 07 14:31:20 1999 +0200 +++ b/src/Pure/Thy/thm_deps.ML Thu Oct 07 14:32:18 1999 +0200 @@ -64,7 +64,7 @@ map (#der o rep_thm) thms)))); val path = File.tmp_path (Path.unpack "theorems.graph"); val _ = put_graph gra path; - val _ = execute ("isatool browser -d " ^ Path.pack (Path.expand path) ^ " &"); + val _ = execute ("$ISATOOL browser -d " ^ Path.pack (Path.expand path) ^ " &"); in () end; end;