chiark / gitweb /
git-debrebase: NOTES: reword to record decisions about pm and ffq handling
[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 "$@"