commit 011b1c3ec169a5002948cb15db78161df3ad4d06
parent a484bb2e36582c54c54257b10c82aaaeafbed127
Author: Florian Dold <florian@dold.me>
Date: Tue, 9 Jun 2026 21:09:59 +0200
check-prebuilt not necessary anymore
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/bootstrap b/bootstrap
@@ -22,8 +22,6 @@ if [ -d .git ]; then
# but instead always the one that's recorded in the repository.
echo | git submodule update --init --force
fi
-./contrib/check-prebuilt
-
# This is more portable than `which' but comes with
# the caveat of not(?) properly working on busybox's ash: