===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
osmcoastline-2.2.4/cmake/FindOsmium.cmake-242-        else()
osmcoastline-2.2.4/cmake/FindOsmium.cmake:243:            message(WARNING "Osmium: Disabled Google SparseHash library on 32bit system (size_type=${SPARSETABLE_SIZE_TYPE}).")
osmcoastline-2.2.4/cmake/FindOsmium.cmake-244-        endif()
##############################################
osmcoastline-2.2.4/render_image.sh-17-
osmcoastline-2.2.4/render_image.sh:18:SRID=`sqlite3 $DBFILE "SELECT srid FROM geometry_columns WHERE f_table_name='polygons'"`
osmcoastline-2.2.4/render_image.sh-19-
##############################################
osmcoastline-2.2.4/render_image.sh-21-    # If SRID is WGS84 the image height is half its width
osmcoastline-2.2.4/render_image.sh:22:    HEIGHT=`expr $WIDTH / 2`
osmcoastline-2.2.4/render_image.sh-23-    EXTENT="-180 -90 180 90"
##############################################
osmcoastline-2.2.4/test/init.sh-14-check_count() {
osmcoastline-2.2.4/test/init.sh:15:    test `echo "SELECT count(*) FROM $1;" | $SQL` -eq $2
osmcoastline-2.2.4/test/init.sh-16-}