Skip to content

Commit 8456765

Browse files
committed
fix buggy OPAM remove command
1 parent 8014478 commit 8456765

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license: "Proprietary"
1010

1111
build: [ [ "./configure" ] [ make "-j%{jobs}%" ] ]
1212
install: [ make "install" ]
13-
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/InfSeqExt" ]
13+
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/InfSeqExt'" ]
1414
depends: [ "coq" {((>= "8.5" & < "8.6~") | (>= "8.6" & < "8.7~"))} ]
1515

1616
tags: [ "keyword:temporal logic" "keyword:infinite transition systems" "keyword:coinduction" "category:Mathematics/Logic/Modal logic" ]

0 commit comments

Comments
 (0)