-1:000000000000 | 0:4a46069dee22 |
---|---|
1 Index: haxe/doc/install.ml | |
2 --- haxe/doc/install.ml.orig 2007-12-16 14:37:46 +0100 | |
3 +++ haxe/doc/install.ml 2008-05-30 14:06:45 +0200 | |
4 @@ -144,10 +144,10 @@ | |
5 in | |
6 let startdir = Sys.getcwd() in | |
7 try | |
8 - download(); | |
9 + (* download(); *) | |
10 compile(); | |
11 Sys.chdir startdir; | |
12 with | |
13 Failure msg -> | |
14 Sys.chdir startdir; | |
15 - prerr_endline msg; exit 1 | |
16 \ No newline at end of file | |
17 + prerr_endline msg; exit 1 |