aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
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