lib/Tools/ocaml_setup
changeset 69911 036037573080
parent 69500 db001bc11855
child 69924 512ac874bb9d
--- a/lib/Tools/ocaml_setup	Thu Mar 14 13:54:31 2019 +0000
+++ b/lib/Tools/ocaml_setup	Thu Mar 14 19:06:40 2019 +0100
@@ -4,9 +4,13 @@
 #
 # DESCRIPTION: setup OCaml via OPAM
 
+set -e
+
 if [ -d "$ISABELLE_OPAM_ROOT" ]
 then
   isabelle_opam switch "$ISABELLE_OCAML_VERSION"
 else
   isabelle_opam init --no-setup --compiler="$ISABELLE_OCAML_VERSION"
 fi
+
+isabelle_opam install zarith