aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico2017-07-13 14:08:38 +0200
committerGitHub2017-07-13 14:08:38 +0200
commitac98f492e8988579a01a31560cdba7b4ba6420f5 (patch)
tree992e658ec59937565659a95d2e263cd132d7f89d
parent7176e39fa2659cf8a6c08dc12551fa0de90b2a74 (diff)
trunk -> master
-rw-r--r--mathcomp/ssreflect/Makefile.detect-coq-version2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/ssreflect/Makefile.detect-coq-version b/mathcomp/ssreflect/Makefile.detect-coq-version
index 2160e36..3fedbaf 100644
--- a/mathcomp/ssreflect/Makefile.detect-coq-version
+++ b/mathcomp/ssreflect/Makefile.detect-coq-version
@@ -1,4 +1,4 @@
-BRANCH_coq = $(shell $(COQBIN)coqtop -v | head -1 | grep trunk \
+BRANCH_coq = $(shell $(COQBIN)coqtop -v | head -1 | grep -E '(trunk|master)' \
| wc -l | sed 's/ *//g')
ifneq "$(BRANCH_coq)" "0"