Commit 1b29d4ee authored by Priscila Manhaes's avatar Priscila Manhaes

Refactor cause aplication needs also system path

parent b10546dc
......@@ -238,7 +238,7 @@ class Recipe(BaseSlapRecipe):
port=port,
openoffice_port=openoffice_port,
openoffice_host=ip,
PATH=self.bin_directory
PATH=':'.join([os.environ['PATH'], self.bin_directory])
)
for env_line in self.options['environment'].splitlines():
env_line = env_line.strip()
......
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