X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure;h=9d6ca151576934c6223afb98830a4d0917f5448f;hb=85bc7222c34c301e3cf2672ce97641d0d72d67ad;hp=d9626dcbb418fb633f72a9b2d1c7a67f749e708d;hpb=56dd4712e7d66a8623ec7b85753469f9500c6003;p=bup.git diff --git a/configure b/configure index d9626dc..9d6ca15 100755 --- a/configure +++ b/configure @@ -1,3 +1,6 @@ #!/bin/sh -cd config && + +set -e + +cd config exec ./configure "$@"