mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +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,
|
append_format(stderr_buffer,
|
||||||
L"%ls: Invalid job control mode '%ls'\n",
|
L"%ls: Invalid job control mode '%ls'\n",
|
||||||
woptarg);
|
L"status", woptarg);
|
||||||
res = 1;
|
res = 1;
|
||||||
}
|
}
|
||||||
mode = DONE;
|
mode = DONE;
|
||||||
|
|
Loading…
Reference in a new issue