Elico-Corp / odoo-docker

Simple yet powerful Odoo image for Docker based on OCB code and maintained by Elico Corporation.
https://hub.docker.com/r/elicocorp/odoo/
GNU Lesser General Public License v3.0
77 stars 93 forks source link

Escape dots in regex to make sure they don't match any char #28

Closed seb-elico closed 8 years ago

seb-elico commented 8 years ago

Indeed, I didn't know grep was using regexp by default! I'll change it and submit the PR again :)

siyuancn commented 8 years ago

LGTM