Commit b4f3a7b3 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 e299314d
...@@ -14,8 +14,7 @@ scripts = ...@@ -14,8 +14,7 @@ scripts =
[pync] [pync]
recipe = z3c.recipe.scripts recipe = z3c.recipe.scripts
eggs = slapos.libnetworkcache eggs = slapos.libnetworkcache
interpreter = interpreter = pync
pync
executable = ${buildout:bin-directory}/pync executable = ${buildout:bin-directory}/pync
[testnc] [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