Revision 498782c93f3e0dd3a65c0d24e673f493f24b2b7f authored by Roberto Di Cosmo on 12 May 2014, 09:28:30 UTC, committed by Roberto Di Cosmo on 12 May 2014, 09:56:51 UTC
defaults to doing nothing.

We need to expose a redirect function instead, helping
who may want to use it without rewriting it from scratch.
1 parent dd9f089
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