Remove useless statement
authorHugo Villeneuve <hvilleneuve@addenergie.ca>
Fri, 5 Jul 2019 14:15:38 +0000 (10:15 -0400)
committerHugo Villeneuve <hvilleneuve@addenergie.ca>
Fri, 5 Jul 2019 14:20:46 +0000 (10:20 -0400)
scripts/git-project-update.sh

index 302a4f8..f1862ee 100755 (executable)
@@ -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})