depot/third_party/nixpkgs/pkgs/tools/system/augeas/bootstrap.diff
Default email 504525a148 Project import generated by Copybara.
GitOrigin-RevId: bd645e8668ec6612439a9ee7e71f7eac4099d4f6
2024-01-02 12:29:13 +01:00

15 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