summaryrefslogtreecommitdiff
path: root/test-suite/coq-makefile/template/path-init.sh
blob: dd19ab2b143d3158ef1f5851928499200a457f04 (plain)
1
2
3
4
5
set -e
set -o pipefail

export PATH="$COQBIN:$PATH"
export LC_ALL=C