Fix update.sh

This commit is contained in:
Matthias Schiffer 2014-01-01 18:30:55 +01:00
parent 64417ba629
commit 59adcccab3
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ for module in $GLUON_MODULES; do
cd "$1"/$module
git init
git checkout $commit 2>/dev/null || fetch $repo
git checkout $commit 2>/dev/null || git fetch $repo
git checkout -B base $commit
done