chiark / gitweb /
dgit: Use $tarball_f_ext_re for test_source_only_changes
[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 "$@"