X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=configure;h=f7cb928936b56e64eb663da8a608f9f5672ed07d;hb=HEAD;hp=d9626dcbb418fb633f72a9b2d1c7a67f749e708d;hpb=d8cb7b11ba2bc21c52d343f56d83d6fb3b9db7a6;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 "$@"