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:
parent
b7e33eb8bb
commit
10b68dad96
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user