Skip to content
Snippets Groups Projects
Commit a071c2dafe56 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

replace zshism

parent ae6aa3d2297c
No related branches found
No related tags found
No related merge requests found
......@@ -38,8 +38,9 @@
odoo=$(dirname $(dirname $module_path))
if [[ "$odoo" =~ ^.*\.egg$ ]]; then
odoo = "/usr/bin"
if expr match $odoo ^.*\.egg$ ;
then
odoo="/usr/bin"
fi
echo "Odoo directory: $odoo"
if [ -e "$odoo/.git" ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment