mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-17 22:26:16 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue