chiark / gitweb /
test suite: gitattributes: Do not try to set working-tree-encoding to true
[dgit.git] / using-these
1 #!/bin/bash
2 set -e
3 d="${0%/*}"
4 PERLLIB=$d${PERLLIB:+:}${PERLLIB}
5 export PERLLIB
6 PATH=$d:$d/infra${PATH:+:}${PATH}
7 export PATH
8 exec "$@"