mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
build.sh: fix typo
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
754112beb4
commit
ce959fb757
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue