Merge pull request #1087 from rgrinberg/remove-duplicate-yes

Remove duplicate --yes from opam calls
This commit is contained in:
Rudi Grinberg 2018-08-02 10:11:09 +02:00 committed by GitHub
commit be84bcffbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ case "$TARGET" in
eval $(opam config env)
opam install ocamlfind utop ppxlib reason odoc menhir ocaml-migrate-parsetree js_of_ocaml-ppx js_of_ocaml-compiler --yes
opam remove --yes dune jbuilder \
`opam list --depends-on jbuilder --installed --short` --yes \
`opam list --depends-on dune --installed --short` --yes
`opam list --depends-on jbuilder --installed --short` \
`opam list --depends-on dune --installed --short`
if opam info dune &> /dev/null; then
opam remove dune `opam list --depends-on dune --installed --short` --yes
fi