head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2008.05.30.15.52.12; author rse; state Exp; branches; next ; commitid 2NpbbJ9y7eIgk05t; desc @@ 1.1 log @new package: mtasc 1.13.20080530 (Motion-Twin ActionScript Compiler) @ text @Index: install.ml --- install.ml.orig 2006-08-02 17:59:19 +0200 +++ install.ml 2008-05-30 17:49:27 +0200 @@@@ -104,10 +104,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 @