summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-12-27 15:43:14 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-12-27 15:43:14 -0800
commitce959fb757287bd77e2a13453f5d86602d0fa2b5 (patch)
tree3e1699dff149126598601673cd3489380233bbd3 /scripts
parent754112beb4c8ef7f03d72cc8fb9c04a79e85c8a2 (diff)
downloadsubsurface-ce959fb757287bd77e2a13453f5d86602d0fa2b5.tar.gz
build.sh: fix typo
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index 4e1f37c61..404ae1100 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -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