summaryrefslogtreecommitdiff
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