]> arthur.barton.de Git - bup.git/blob - configure
tgit.py: use a tmpdir in t/tmp instead of working directly in lib/bup/t/.
[bup.git] / configure
1 #!/bin/sh
2
3 if test "$#" -gt 0; then
4     echo "Usage: configure" 1>&2
5     exit 1
6 fi
7
8 cd config &&
9 exec ./configure "$@"