index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test-suite
/
coq-makefile
/
template
/
path-init.sh
blob: c79b566527533c71771ad0053e02b4be3b9fc605 (
plain
)
1
2
3
4
5
6
#!/bin/sh
set
-e
set
-o
pipefail
export
PATH
=
"
$COQBIN
:
$PATH
"
export
LC_ALL
=
C