add missing {
This commit is contained in:
parent
9d622e8b7d
commit
6c6e3744ac
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ logdebug "update submodules"
|
|||
logdebug "update submodules" >&2
|
||||
git config --file=.gitmodules -l | \
|
||||
grep url= | \
|
||||
awk -F "=" -v srv="${MYSHElLCONFIG_GIT_SUBMODULE_SERVER-${MYSHElLCONFIG_GIT_SUBMODULE_SERVER_DEFAULT}" \
|
||||
awk -F "=" -v srv="${MYSHElLCONFIG_GIT_SUBMODULE_SERVER-${MYSHElLCONFIG_GIT_SUBMODULE_SERVER_DEFAULT}}" \
|
||||
'{print $1" "gensub(/^.*github.com/,srv,$2)}' | \
|
||||
while read a b; do
|
||||
echo git config --file=.gitmodules "${a}" "${b}"
|
||||
|
|
Loading…
Reference in a new issue