X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=configure;fp=configure;h=9d6ca151576934c6223afb98830a4d0917f5448f;hb=58c671dc12318ad968e404c749b55cf32c1c37e5;hp=f7cb928936b56e64eb663da8a608f9f5672ed07d;hpb=610ee0e45a3fe54d2f88f61127dfa73a4bfbdba0;p=bup.git diff --git a/configure b/configure index f7cb928..9d6ca15 100755 --- a/configure +++ b/configure @@ -1,9 +1,6 @@ #!/bin/sh -if test "$#" -gt 0; then - echo "Usage: configure" 1>&2 - exit 1 -fi +set -e -cd config && +cd config exec ./configure "$@"