Merge branch 'develop' into 'master'

fix build output

See merge request sulinos/devel/inary!28
......@@ -322,7 +322,7 @@ def system(command):
command +
"\n")
# command = str.join(str.split(command))
retValue = run_logged(command)
retValue = os.system(command)
# if return value is different than 0, it means error, raise exception
if retValue != 0:
......
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