From: Zbigniew Jędrzejewski-Szmek Date: Wed, 15 Jun 2016 12:21:15 +0000 (-0400) Subject: systemctl: do not open pager twice X-Git-Tag: v231~147^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=193edd61c30fab64662578f25d8cb9122c89c672;p=thirdparty%2Fsystemd.git systemctl: do not open pager twice Second attempt had no effect anyway. --- diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index feb93cad8e3..862eb170822 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -4872,7 +4872,6 @@ static int show(int argc, char *argv[], void *userdata) { if (show_status && argc <= 1) { - pager_open(arg_no_pager, false); show_system_status(bus); new_line = true;