pull submodule too

Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
Gwenhael Le Moine 2012-03-02 16:10:44 +01:00
parent 02403cb5d1
commit e2549f4f53

View file

@ -38,6 +38,7 @@ if [ ! -e $REPOSITORY ]; then
else
( cd $REPOSITORY
git pull
git submodule update
)
fi
cp -R $REPOSITORY $PRGNAM