From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 13AD5C433EF for ; Sat, 25 Sep 2021 00:42:02 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 708EE6103B for ; Sat, 25 Sep 2021 00:42:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 708EE6103B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 568D38356B; Sat, 25 Sep 2021 02:41:59 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="Hzao9ZvH"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id BDCF783508; Sat, 25 Sep 2021 02:38:04 +0200 (CEST) Received: from mail-qt1-x82e.google.com (mail-qt1-x82e.google.com [IPv6:2607:f8b0:4864:20::82e]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 842F183571 for ; Sat, 25 Sep 2021 02:37:24 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x82e.google.com with SMTP id x9so11237815qtv.0 for ; Fri, 24 Sep 2021 17:37:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=Bn6XqcCAFWw37iv9TAAEFYx3yurCoHqakNMBGI+HcfQ=; b=Hzao9ZvHTb44YCLQdSqCq6hRTcjDakU85x9DpjDBZeadjKaKKhejNKp4vu5qXHtORu zlpXAdg3M0a6YgiKgqPVqH0BCfAS39Xwk5OD6GUh2vV1HnE+5g38NVMb46dtuV2IHgbn 5VYAkh2zwEDZQN6JDie1qcAlZJxS2w7plZqeI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=Bn6XqcCAFWw37iv9TAAEFYx3yurCoHqakNMBGI+HcfQ=; b=ZEpPjgmCHpmyeTZmBEtmBkNJglC6+SIxTjwlpMWQvxHlepr1U9u//HktQ8mysLQvd1 +PgOuzRl4cvXSbytHoztK3ktKit9pMomyYT90u7Flwv+TOxtu1i6RtgKOEyjBGoihsfK WrFEdEPMEC9D0MeGFBgPakvgA5VH2XEFVuwpHS80ZJ/IESKhAH4ON2L/jNS7GgD3HZSu N6oh3sIsbaIr7chn9jy7QrQS58f7rUCpHtC/FNduddKOHCEv2PBKAgGg8pegFC+IpfIM aMATu0W9YUp28N6fTbzT8x8tCpFw3jj8jZXo0ZEnO87T8e/Zd4taQQ+zRJUtBrdVPdtS ITOg== X-Gm-Message-State: AOAM532TjZ9iw5G6XxSoTC9viyIbEES7ZqOHW5aB1RzMCVC3S6k0iB1H uC5Z2/FhEiQxxImg8wB1MHTL9A== X-Google-Smtp-Source: ABdhPJwq53La7rqFrfvBlmkO13aNMsNQn+8QWAp17fZudSGGN4YYDktSMmYlQ+gJcqp/gs1Cz0sWbw== X-Received: by 2002:ac8:56eb:: with SMTP id 11mr5678766qtu.246.1632530243289; Fri, 24 Sep 2021 17:37:23 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-9907-3395-6a0a-dd86.res6.spectrum.com. [2603:6081:7b01:cbda:9907:3395:6a0a:dd86]) by smtp.gmail.com with ESMTPSA id bm27sm7661509qkb.6.2021.09.24.17.37.22 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Fri, 24 Sep 2021 17:37:22 -0700 (PDT) Date: Fri, 24 Sep 2021 20:37:21 -0400 From: Tom Rini To: Paul Barker Cc: Simon Glass , u-boot@lists.denx.de Subject: Re: [PATCH v4 2/2] tools: Handle PAGER containing arguments Message-ID: <20210925003721.GU31748@bill-the-cat> References: <20210908113802.5252-1-paul.barker@sancloud.com> <20210908113802.5252-3-paul.barker@sancloud.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="saqwZB8dd8xoGD4q" Content-Disposition: inline In-Reply-To: <20210908113802.5252-3-paul.barker@sancloud.com> X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.9.4 (2018-02-28) X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean --saqwZB8dd8xoGD4q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 08, 2021 at 12:38:02PM +0100, Paul Barker wrote: > When printing full help output from a tool, we should be able to handle > a PAGER variable which includes arguments, e.g. PAGER=3D'less -F'. >=20 > Signed-off-by: Paul Barker Applied to u-boot/next, thanks! --=20 Tom --saqwZB8dd8xoGD4q Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFOb0AACgkQFHw5/5Y0 tywf2Av/a8K+ioYYwaXoJ176aaThPY/0vFSOlboIVKGkJ42I4SLHmkn6RYBEbttu bLrsSIf+9SkFvL5dGCs4m1LfeilRzYN+nOfhyJBiQ8Tn55+DA5zQEE1UCcBFXDls ECHDzOdylU9ImeL1PqMis9H+eU7Mb06UbQ0BawFioJ/uagR35UW3s6jO2d/D/Cuc WtH/XTez+80NvoxZPknwjR+hutaQ/Eb82DtPIdDmvI+tThTEn3c2rngZlZOVz/FF ymS+HzlJr+16BPQiSgFVrDMZ3xQcBJq9TTReQPgy2CZibsjtBD72ZoWxiTvDAs+t zK5M37qPm1x3JcxpoveWU8+4pt27igadTJC4KzesydsI92XviW7N8b40eGOAr+P/ UHoNCGA3qzcz2BSZQ0gYA8sjy96Fm7CEWurBmkP632epXQhuNMq4g6cL7Yx/QSy3 8CVG8DdgA6EkSvmRZE+6CZF6DGChDMgh4wX2nJYNCalTTFNec0GETiEj//VZCEw/ OSllykn3 =1G6u -----END PGP SIGNATURE----- --saqwZB8dd8xoGD4q--