merged
authornipkow
Thu, 21 Mar 2019 19:46:26 +0100
changeset 69944 ab8aad4aa76e
parent 69942 2c48be88f847 (diff)
parent 69943 deb05b4c48ba (current diff)
child 69945 35ba13ac6e5c
child 69948 a591de179931
merged
--- a/lib/Tools/ocaml_setup	Thu Mar 21 19:46:12 2019 +0100
+++ b/lib/Tools/ocaml_setup	Thu Mar 21 19:46:26 2019 +0100
@@ -8,9 +8,9 @@
 
 if [ -e "$ISABELLE_OPAM_ROOT/config" ]
 then
-  isabelle_opam switch create "$ISABELLE_OCAML_VERSION"
+  isabelle_opam switch reinstall -y "$ISABELLE_OCAML_VERSION"
 else
-  isabelle_opam init --disable-sandboxing --no-setup --compiler="$ISABELLE_OCAML_VERSION"
+  isabelle_opam init -y --disable-sandboxing --no-setup --compiler="$ISABELLE_OCAML_VERSION"
 fi
 
 isabelle_opam install zarith -y