search for: commandl

Displaying 2 results from an estimated 2 matches for "commandl".

Did you mean: command
2014 Aug 24
2
Re: [PATCH] v2v: adding input -i ova
...; > > > > Do you have an idea why? > > (attached the new patch) > > The patch you sent me compiles fine here. What's the error that you > see? The compilation is fine, but the condition in line 88 (input_ova.ml) is true: if hash <> sha1 then then I added the commandl in line 80: (sha1 : string); and I get this error: Warning 10: this expression should have type unit. > > Rich. > > -- > Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones > Read my programming and virtualization blog: http://rwmj.wordpress.com >...
2014 Aug 24
2
Re: [PATCH] v2v: adding input -i ova
On 21.08.14 15:26, Richard W.M. Jones wrote: > On Thu, Aug 21, 2014 at 03:22:27PM +0100, Richard W.M. Jones wrote: > > Might be easier to use: > > Or even easier and not using awk ... > > let cmd = sprintf "sha1sum %s" (quote (dir // file)) in > > ... > > (match out with > > | [] -> error (f_"no output from sha1sum command,