diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-12-27 15:43:14 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-12-27 15:43:14 -0800 |
commit | ce959fb757287bd77e2a13453f5d86602d0fa2b5 (patch) | |
tree | 3e1699dff149126598601673cd3489380233bbd3 /scripts | |
parent | 754112beb4c8ef7f03d72cc8fb9c04a79e85c8a2 (diff) | |
download | subsurface-ce959fb757287bd77e2a13453f5d86602d0fa2b5.tar.gz |
build.sh: fix typo
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build.sh | 2 |
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 |