mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
check_submodules.sh only sync selected submodule
This commit is contained in:
parent
5d626bd940
commit
1ebe215c60
@ -45,7 +45,7 @@ then
|
||||
else
|
||||
echo "REINITIALIZING GIT SUBMODULES"
|
||||
echo "no git repo found in $1/.git"
|
||||
git submodule sync --recursive;
|
||||
git submodule sync --recursive -- $1;
|
||||
git submodule update --init --recursive $1;
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user