carbon-core-system

Integration repository for versioned configuration and software on Carbon
git clone https://ccx.te2000.cz/git/carbon-core-system
Log | Files | Refs | Submodules

commit 35e8253b1d59545b03d037e8d5c441542b563ad6
parent ffbab6a24f0ec8f066a347f72401c0ac9b9931be
Author: ccx <root@dorje.wpr.cz>
Date:   Wed, 10 Mar 2021 21:25:29 +0100

Clean nested submodules.

Diffstat:
Mclean | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clean b/clean @@ -1,7 +1,7 @@ #!/bin/sh set -x -for sm in package; do +for sm in package package/*; do git submodule update --force --recursive "$sm" ( cd "$sm" && git checkout --force && git clean -fx ) done