X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=configure;h=f7cb928936b56e64eb663da8a608f9f5672ed07d;hb=63046f3d626c8be08c5f471e130bba7dbcef1081;hp=d9626dcbb418fb633f72a9b2d1c7a67f749e708d;hpb=bf6e0c48f278f3ea9917a7704ef5770a84cdb1b7;p=bup.git diff --git a/configure b/configure index d9626dc..f7cb928 100755 --- a/configure +++ b/configure @@ -1,3 +1,9 @@ #!/bin/sh + +if test "$#" -gt 0; then + echo "Usage: configure" 1>&2 + exit 1 +fi + cd config && exec ./configure "$@"