commit fbf0f8d56866b236ff4f72e6ab300144176f438f
parent 585435d04643d89fbc0cb6c475714eef4611a714
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 10 May 2025 03:40:02 +0200
-fix bootstrap
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bootstrap b/bootstrap
@@ -5,7 +5,7 @@ if ! git --version >/dev/null; then
exit 1
fi
-# git submodule update --init
+git submodule update --init
# This is more portable than `which' but comes with
# the caveat of not(?) properly working on busybox's ash: