build.sh: fix typo

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-12-27 15:43:14 -08:00
parent 754112beb4
commit ce959fb757

View file

@ -139,7 +139,7 @@ cd $SRC
# build libssrfmarblewidget
if [ $BUILD_MARBLE = 1 ]; then
if [ $BUILDMARBLE = 1 ]; then
if [ ! -d marble-source ] ; then
if [[ $1 = local ]] ; then
git clone $SRC/../marble-source marble-source