chiark / gitweb /
git-debrebase: test suite: gdr-diverge-nmu: add a t-git-next-date
[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 "$@"