From 95f685231504ee908e00dc05261ce028d3f6fdc3 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] #load stuff lower down the file. --- virt-p2v.ml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 -- 1.8.3.1