From 09bac97bb48c4682648ffea3c3a5290568606334 Mon Sep 17 00:00:00 2001 From: Andreas Heiduk Date: Fri, 7 Nov 2014 19:05:09 +0100 Subject: [PATCH] Align `fg` and `bg` commands: With no parameters `fg` prints the help. `bg` on the other hand only prints `no job`. Now both print `no job`. --- builtin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/builtin.cpp b/builtin.cpp index ac8def935..e2fd3231b 100644 --- a/builtin.cpp +++ b/builtin.cpp @@ -3502,7 +3502,6 @@ static int builtin_fg(parser_t &parser, wchar_t **argv) append_format(stderr_buffer, _(L"%ls: There are no suitable jobs\n"), argv[0]); - builtin_print_help(parser, argv[0], stderr_buffer); } } else if (argv[2] != 0)