aboutsummaryrefslogtreecommitdiff
path: root/test-suite/coq-makefile/template/init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/coq-makefile/template/init.sh')
-rwxr-xr-x[-rw-r--r--]test-suite/coq-makefile/template/init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/coq-makefile/template/init.sh b/test-suite/coq-makefile/template/init.sh
index bfd2c1b959..c952d41a30 100644..100755
--- a/test-suite/coq-makefile/template/init.sh
+++ b/test-suite/coq-makefile/template/init.sh
@@ -1,5 +1,5 @@
-export PATH=../../../bin/:$PATH
+export PATH=$COQBIN:$PATH
rm -rf theories src Makefile Makefile.conf tmp
git clean -dfx || true