From 2bab25d0ea8499e62e82bfc28b40f040187b510f Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Wed, 18 Oct 2017 14:30:04 +0200 Subject: [PATCH] opam: don't use the shell for no good reason --- opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opam b/opam index 634fab63..d8c0baf4 100644 --- a/opam +++ b/opam @@ -8,7 +8,7 @@ license: "BSD" dev-repo: "https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp.git" build: [make "-j%{jobs}%"] install: [make "install"] -remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/stdpp'" ] +remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/stdpp"] depends: [ "coq" { >= "8.6" & < "8.8~" } ] -- GitLab