cd made readably again;
authorwenzelm
Thu, 06 Feb 1997 17:24:05 +0100
changeset 2582 b6e37441acb8
parent 2581 e08c25821e08
child 2583 690835a06cf2
cd made readably again;
src/Pure/ROOT.ML
--- a/src/Pure/ROOT.ML	Wed Feb 05 09:56:06 1997 +0100
+++ b/src/Pure/ROOT.ML	Thu Feb 06 17:24:05 1997 +0100
@@ -21,9 +21,9 @@
 use "term.ML";
 
 (*Syntax module*)
-OS.FileSys.chDir "Syntax";
+cd "Syntax";
 use "ROOT.ML";
-OS.FileSys.chDir "..";
+cd "..";
 
 use "type.ML";
 use "sign.ML";
@@ -48,9 +48,9 @@
 structure CPure = struct val thy = Theory.cpure_thy end;
 
 (*Theory parser and loader*)
-OS.FileSys.chDir "Thy";
+cd "Thy";
 use "ROOT.ML";
-OS.FileSys.chDir "..";
+cd "..";
 
 use "install_pp.ML";
 fun init_database () = (init_thy_reader (); init_pps ());