10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-21 04:32:21 +02:00

Fix spurious EOF

This commit is contained in:
Thomas Applencourt 2019-08-19 17:13:41 -05:00 committed by Anthony Scemama
parent f4f75509db
commit 8b14e190a9

1
configure vendored
View File

@ -330,7 +330,6 @@ EOF
opam init --verbose --yes --compiler=4.07.1 --disable-sandboxing
eval $(opam env)
EOF
execute << EOF
opam install -y \${OCAML_PACKAGES} || exit 1
EOF