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