From: Hugo Villeneuve Date: Fri, 5 Jul 2019 14:15:38 +0000 (-0400) Subject: Remove useless statement X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=1d5707a396b31ee329757314156b7d679c5b32ce;p=hvutilities.git Remove useless statement --- diff --git a/scripts/git-project-update.sh b/scripts/git-project-update.sh index 302a4f8..f1862ee 100755 --- a/scripts/git-project-update.sh +++ b/scripts/git-project-update.sh @@ -48,7 +48,6 @@ update_repo() echo -n "Repo ${r}: " pushd "${r}" 1> /dev/null - b=${branch} for b in ${branch} latest master; do exists=$(git show-ref refs/heads/${b})