mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Fix segfault in status builtin
This commit is contained in:
parent
b884117a9e
commit
4bbbd2dde6
1 changed files with 1 additions and 1 deletions
|
@ -2670,7 +2670,7 @@ static int builtin_status(parser_t &parser, wchar_t **argv)
|
|||
{
|
||||
append_format(stderr_buffer,
|
||||
L"%ls: Invalid job control mode '%ls'\n",
|
||||
woptarg);
|
||||
L"status", woptarg);
|
||||
res = 1;
|
||||
}
|
||||
mode = DONE;
|
||||
|
|
Loading…
Reference in a new issue