mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 19:41:15 -03:00
Fix the error message not being outputed
This commit is contained in:
committed by
ridiculousfish
parent
2d90859cab
commit
dc1f2fbb4c
@@ -331,7 +331,7 @@ static int builtin_jobs(parser_t &parser, io_streams_t &streams, wchar_t **argv)
|
|||||||
/*
|
/*
|
||||||
Do not babble if not interactive
|
Do not babble if not interactive
|
||||||
*/
|
*/
|
||||||
if (streams.out_is_redirected)
|
if (!streams.out_is_redirected)
|
||||||
{
|
{
|
||||||
streams.out.append_format(
|
streams.out.append_format(
|
||||||
_(L"%ls: There are no jobs\n"),
|
_(L"%ls: There are no jobs\n"),
|
||||||
|
|||||||
Reference in New Issue
Block a user