From f034121beffb5c066012f325bf8f898de7968939 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 18 Nov 2017 08:10:37 -0800 Subject: build.sh: fix comparison This prevented googlemaps from building in some circumstances. Signed-off-by: Dirk Hohndel --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build.sh') diff --git a/scripts/build.sh b/scripts/build.sh index ad0450a44..23b978efa 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -436,7 +436,7 @@ else PRINTING="-DNO_PRINTING=ON" fi -if [ $SKIP_GOOGLEMAPS != "1" ] ; then +if [ "$SKIP_GOOGLEMAPS" != "1" ] ; then # build the googlemaps map plugin cd $SRC -- cgit v1.2.3-70-g09d2