mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 01:51:14 -03:00
Fix segfault in status builtin
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user