add ouput
This commit is contained in:
parent
6c6e3744ac
commit
39eae43321
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,8 @@ logdebug "update submodules"
|
||||||
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)}' | \
|
'{print $1" "gensub(/^.*github.com/,srv,$2)}' | \
|
||||||
while read a b; do
|
while read a b; do
|
||||||
echo git config --file=.gitmodules "${a}" "${b}"
|
logdebug "git config --file=.gitmodules ${a} ${b}"
|
||||||
|
git config --file=.gitmodules "${a}" "${b}"
|
||||||
done
|
done
|
||||||
|
|
||||||
# Submodules always have origin and master as repo and branch to track
|
# Submodules always have origin and master as repo and branch to track
|
||||||
|
|
Loading…
Reference in a new issue