evcc: 0.131.4 -> 0.131.5
[NixPkgs.git] / pkgs / by-name / au / augeas / bootstrap.diff
blob3740134c54788dfbe18bbde7d2ae06fd2e83f581
1 diff --git a/bootstrap b/bootstrap
2 index a84eb39..cac656d 100755
3 --- a/bootstrap
4 +++ b/bootstrap
5 @@ -53,9 +53,6 @@ case ${GNULIB_SRCDIR--} in
6 echo "$0: getting gnulib files..."
7 git submodule update || exit $?
8 GNULIB_SRCDIR=.gnulib
9 - else
10 - echo >&2 "$0: invalid gnulib srcdir: $GNULIB_SRCDIR"
11 - exit 1
14 esac