forked from lix-project/lix
Doh
This commit is contained in:
parent
e705c24294
commit
f66bbd8c7b
|
@ -3810,7 +3810,7 @@ void DerivationGoal::runChild()
|
|||
throw Error("unsupported builtin function '%1%'", string(drv->builder, 8));
|
||||
_exit(0);
|
||||
} catch (std::exception & e) {
|
||||
writeFull(STDERR_FILENO, e.what() + "\n");
|
||||
writeFull(STDERR_FILENO, e.what() + std::string("\n"));
|
||||
_exit(1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue