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

Bugfix: avoid newline in interpreter.

By having newline in interpreter name, z3c.recipe.scripts created
bin/\npync file, and such was returned. This lead to returning
buildout:bin-directory path, which was killing buildout in next run.
parent 0dd68546
......@@ -14,8 +14,7 @@ scripts =
[pync]
recipe = z3c.recipe.scripts
eggs = slapos.libnetworkcache
interpreter =
pync
interpreter = pync
executable = ${buildout:bin-directory}/pync
[testnc]
......
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