mrrl

Minimal Reliable Reproducible Linux
git clone https://ccx.te2000.cz/git/mrrl
Log | Files | Refs | Submodules | README

commit 66750f996c85257a61f6714e30b65ce7b6bb2a77
parent 2273c68b845d0937d3f56e15b4e96a087ad95a8b
Author: Jan Pobrislo <ccx@te2000.cz>
Date:   Mon, 12 May 2025 17:14:43 +0000

Fix "git submodule" invocation

Diffstat:
Mutil/build-commit | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/build-commit b/util/build-commit @@ -37,7 +37,7 @@ git show --stat=80 $1 git restore . git checkout $1 -git submodule --update --init +git submodule update --init if git submodule status --cached | grep '^[ ]'; then fatal_e111 "failed to get defined submodule states" fi