You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
396 B

Index: haxe/doc/install.ml
--- haxe/doc/install.ml.orig 2007-12-16 14:37:46 +0100
+++ haxe/doc/install.ml 2008-05-30 14:06:45 +0200
@@ -144,10 +144,10 @@
in
let startdir = Sys.getcwd() in
try
- download();
+ (* download(); *)
compile();
Sys.chdir startdir;
with
Failure msg ->
Sys.chdir startdir;
- prerr_endline msg; exit 1
\ No newline at end of file
+ prerr_endline msg; exit 1