From 39eae4332184e236031842c015a29b0eb3bcb656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Mon, 26 Oct 2020 00:14:27 +0100 Subject: [PATCH] add ouput --- bin/git-myshellconfig-checkout | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/git-myshellconfig-checkout b/bin/git-myshellconfig-checkout index e00af1a..7e8920b 100755 --- a/bin/git-myshellconfig-checkout +++ b/bin/git-myshellconfig-checkout @@ -91,7 +91,8 @@ logdebug "update submodules" 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}" + logdebug "git config --file=.gitmodules ${a} ${b}" + git config --file=.gitmodules "${a}" "${b}" done # Submodules always have origin and master as repo and branch to track