Commit f677839a authored by Łukasz Nowak's avatar Łukasz Nowak

Simplify.

parent 336f38df
...@@ -215,8 +215,7 @@ command = ...@@ -215,8 +215,7 @@ command =
update-command = ${:command} update-command = ${:command}
[vifib-fix-products-paths] [vifib-fix-products-paths]
recipe = plone.recipe.command <= fix-products-paths
stop-on-error = true
command = command =
for DIR in "${vifib:location}/master"; do cd "$DIR"; rm -f Products ; ln -s product Products; touch product/__init__.py; done for DIR in "${vifib:location}/master"; do cd "$DIR"; rm -f Products ; ln -s product Products; touch product/__init__.py; done
update-command = ${:command} update-command = ${:command}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment