commit 014e522
hovercats
·
2026-02-13 03:18:50 +0000 UTC
parent 3b64c24
dont use --quiet on submodules
1 files changed,
+1,
-1
M
rcpm
M
rcpm
+1,
-1
1@@ -27,7 +27,7 @@ fn rcpm_help {log 'Usage: rcpm b|c|d||h|i|l|m|u|r|s'}
2 fn dl_pkg {
3 cd $RCPM_PATH/$pkg
4 if (test -f .submodule) {
5- git submodule --quite update --init --checkout src
6+ git submodule update --init --checkout src
7 git -C src clean -xfdq
8 git -C src reset --hard
9 }