nixpkgs/pkgs/tools/system/augeas/bootstrap.diff
annalee 4faea1c283
augeas: 1.12.0 -> 1.14.1; fix darwin build
use github source, enable tests, split output
2023-11-25 09:54:42 +00:00

16 lines
343 B
Diff

diff --git a/bootstrap b/bootstrap
index a84eb39..cac656d 100755
--- a/bootstrap
+++ b/bootstrap
@@ -53,9 +53,6 @@ case ${GNULIB_SRCDIR--} in
echo "$0: getting gnulib files..."
git submodule update || exit $?
GNULIB_SRCDIR=.gnulib
- else
- echo >&2 "$0: invalid gnulib srcdir: $GNULIB_SRCDIR"
- exit 1
fi
;;
esac