merge
This commit is contained in:
parent
b2c7013cf9
commit
06f6308bc4
@ -123,12 +123,13 @@ static int ft_own_cmd(t_data *data, t_cmd *cmd)
|
||||
data->exit_code = exit_code;
|
||||
return_code = -2;
|
||||
}
|
||||
else
|
||||
return_code = -3;
|
||||
}
|
||||
if (return_code != -1 && return_code != -2)
|
||||
{
|
||||
cmd->executable = NULL;
|
||||
if (return_code >= 0)
|
||||
data->exit_code = return_code;
|
||||
}
|
||||
if (return_code != -1)
|
||||
cmd->executable = NULL;
|
||||
return (return_code);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user