From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Sat, 2 Feb 2008 16:00:27 +0000 (+0000) Subject: #load stuff lower down the file. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=95f685231504ee908e00dc05261ce028d3f6fdc3;p=virt-p2v.git #load stuff lower down the file. --- diff --git a/virt-p2v.ml b/virt-p2v.ml index e507ed2..8e3dd53 100755 --- a/virt-p2v.ml +++ b/virt-p2v.ml @@ -1,12 +1,4 @@ #!/usr/bin/ocamlrun /usr/bin/ocaml -#load "unix.cma";; -#directory "+extlib";; -#load "extLib.cma";; -#directory "+pcre";; -#load "pcre.cma";; -#directory "+xml-light";; -#load "xml-light.cma";; - (* virt-p2v.ml is a script which performs a physical to * virtual conversion of local disks. * @@ -28,6 +20,14 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *) +#load "unix.cma";; +#directory "+extlib";; +#load "extLib.cma";; +#directory "+pcre";; +#load "pcre.cma";; +#directory "+xml-light";; +#load "xml-light.cma";; + open Unix open Printf open ExtList