android build: remote -u flag from git pull

git pull -u isn't known on my systems (recent Debian and Ubuntu), so
better not use this flag.

Signed-off-by: Sebastian Kügler <sebas@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Sebastian Kügler 2015-11-06 21:57:53 +00:00 committed by Dirk Hohndel
parent b7e33eb8bb
commit 10b68dad96

View file

@ -261,7 +261,7 @@ if [ ! -e qt-android-cmake ] ; then
git clone git://github.com/LaurentGomila/qt-android-cmake.git
else
pushd qt-android-cmake
git pull -u
git pull
popd
fi