From 95a41eddc4bd540ae58bf5289a8d1c4293bdf26c Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Fri, 18 Oct 2019 14:34:55 +0100 Subject: [PATCH] updated git_update_repos.sh --- git_update_repos.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/git_update_repos.sh b/git_update_repos.sh index 08c710c8..47fdcdbe 100755 --- a/git_update_repos.sh +++ b/git_update_repos.sh @@ -28,6 +28,7 @@ cd "$git_base_dir" run(){ local repofile="$1" echo "processing repos from file: $repofile" + echo while read -r repo; do repo_dir="${repo##*/}" repo_dir="${repo_dir##*:}"