diff --git a/src/exec.cpp b/src/exec.cpp index 72e615c30..931277c3d 100644 --- a/src/exec.cpp +++ b/src/exec.cpp @@ -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;