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

fix build copy

parent 31e80c60dd7c
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,6 @@
if [[ -n "$odoo_modules" ]];
then
mkdir -p $project_home/odoo_modules
rsync --delete -C --exclude='.hg*' --links --exclude='*.pyc' -r --times $(eval echo "$odoo_modules") $project_home/odoo_modules
rsync --delete -C --exclude='.hg*' --links --exclude='*.pyc' -r --times $(eval "echo $odoo_modules") $project_home/odoo_modules
fi
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