chiark / gitweb /
git-debrebase: use git_rev_parse 'HEAD' for "internal" head lookups
[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 "$@"