openvenues / libpostal

A C library for parsing/normalizing street addresses around the world. Powered by statistical NLP and open geo data.
MIT License
4.04k stars 417 forks source link

Fix dash syntax error in libpostal_data #631

Closed madrisan closed 1 year ago

madrisan commented 1 year ago

Fix the syntax error reported by dash:

./src/libpostal_data: 39: [: ==: unexpected operatora

when the variable DATAMODEL is empty.

missinglink commented 1 year ago

LGTM 👍