mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-24 04:57:40 +08:00
Revert "Corrected job_type for external command in debug log"
This reverts commit 4dfb334db813c35950b11a0201953d32b4b4a858. It was meant for the major branch.
This commit is contained in:
parent
82ee3d6a4e
commit
5aa281942f
@ -1113,7 +1113,7 @@ void exec_job(parser_t &parser, job_t *j) {
|
||||
} else
|
||||
#endif
|
||||
{
|
||||
if (!do_fork(false, "external command", [&] {
|
||||
if (!do_fork(false, "internal builtin", [&] {
|
||||
safe_launch_process(p, actual_cmd, argv, envv);
|
||||
})) {
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user