Revision 36e2164ffae0870231e2f063c0f8a911e6a1c4ab authored by Francois Berenger on 31 July 2012, 02:21:54 UTC, committed by Francois Berenger on 31 July 2012, 02:21:54 UTC
In fact, the info function is used for error logging level so its name
is misleading
1 parent 405530e
Raw File
oasis_test.sh
#!/bin/bash

set -x

oasis setup
ocaml setup.ml -configure 
ocaml setup.ml -build
ocaml setup.ml -install
back to top