modifs.mineures sans commentaires

This commit is contained in:
Jephté Clain 2024-06-17 14:43:45 +04:00
parent 57a8ce0ca8
commit 1282dc6365
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ class launcher {
$cmd->addSource("/g/init.env");
$cmd->addRedir("both", "/tmp/_nulib_launch-app.log");
#XXX prendre le fichier de log de $runfile si possible?
$cmd->addRedir("null");
msg::debug("$pid: launching\n".$cmd->getCmd());
$cmd->fork_exec($exitcode);
msg::debug("$pid: exitcode=$exitcode");