mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-24 17:31:12 -03:00
fix echo -h
In addition to fixing `echo -h` this includes some debugging related cleanups I made while investigating the issue. Fixes #4120
This commit is contained in:
@@ -1064,7 +1064,7 @@ void exec_job(parser_t &parser, job_t *j) {
|
||||
// safe_launch_process _never_ returns...
|
||||
DIE("safe_launch_process should not have returned");
|
||||
} else {
|
||||
debug(2, L"Fork #%d, pid %d: external command '%s' from '%ls'\n",
|
||||
debug(2, L"Fork #%d, pid %d: external command '%s' from '%ls'",
|
||||
g_fork_count, pid, p->argv0(), file ? file : L"<no file>");
|
||||
if (pid < 0) {
|
||||
job_mark_process_as_failed(j, p);
|
||||
|
||||
Reference in New Issue
Block a user