oops
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 25 Apr 2013 09:18:47 +0000 (11:18 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 25 Apr 2013 09:18:47 +0000 (11:18 +0200)
scripts/git-update.sh

index bd555e3..93b8ffd 100755 (executable)
@@ -34,6 +34,7 @@ function git_update () {
        git branch | grep -q ' '$branch'$' || git branch --track $branch $remote/$branch
        git checkout $branch
        git merge --ff $remote/$branch
+    done
 }
 
 git_update >& .git-update.log