From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@jwatt.org header.s=jwatt.org header.b=DbzyJwbK; spf=softfail (domain: jwatt.org, ip: 23.83.209.74, mailfrom: jwatt@jwatt.org) Received: from goldenrod.birch.relay.mailchannels.net (goldenrod.birch.relay.mailchannels.net [23.83.209.74]) by groups.io with SMTP; Mon, 06 May 2019 06:03:10 -0700 X-Sender-Id: dreamhost|x-authsender|jwatt@jwatt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 8917E6A1CE8 for ; Mon, 6 May 2019 13:03:05 +0000 (UTC) Received: from pdx1-sub0-mail-a76.g.dreamhost.com (100-96-78-10.trex.outbound.svc.cluster.local [100.96.78.10]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 1B4766A0895 for ; Mon, 6 May 2019 13:03:05 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|jwatt@jwatt.org Received: from pdx1-sub0-mail-a76.g.dreamhost.com ([TEMPUNAVAIL]. [64.90.62.162]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.17.2); Mon, 06 May 2019 13:03:05 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|jwatt@jwatt.org X-MailChannels-Auth-Id: dreamhost X-Decisive-Suffer: 77c106c32e0ed41c_1557147785390_1849561536 X-MC-Loop-Signature: 1557147785390:3160081664 X-MC-Ingress-Time: 1557147785390 Received: from pdx1-sub0-mail-a76.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a76.g.dreamhost.com (Postfix) with ESMTP id A6B6E80676 for ; Mon, 6 May 2019 06:02:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jwatt.org; h=from:to :subject:date:message-id:mime-version:content-transfer-encoding; s=jwatt.org; bh=oOyCV+RUDTBg0cdPtsysB/w6pXk=; b=DbzyJwbKbMcVnb1 78Ltf4CUQweq6nhD8UEolUa1JxFZptd8G+2sAC+ltnudCdsEeljA9xMr1l0Ek6po j+Azj0dfRO1zlDA6kf50a4s1SEVnqPobBe2qIFaGoDzV38En0dvaRL0y+qH/lepR HaWTm0gs9mfxop1+0Mo6/QqIcBJ0= Received: from 82.40.106.149 (cpc120804-nrwh12-2-0-cust660.4-4.cable.virginm.net [82.40.106.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: jwatt@jwatt.org) by pdx1-sub0-mail-a76.g.dreamhost.com (Postfix) with ESMTPSA id 1A98B800E6 for ; Mon, 6 May 2019 06:02:58 -0700 (PDT) X-DH-BACKEND: pdx1-sub0-mail-a76 From: "Jonathan Watt" To: devel@edk2.groups.io Subject: [PATCH v1 0/1] ShellPkg/UefiShellBcfgCommandLib: Fix '-opt' option number handling Date: Mon, 6 May 2019 14:02:56 +0100 Message-Id: <20190506130257.80722-1-jwatt@jwatt.org> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 X-VR-OUT-STATUS: OK X-VR-OUT-SCORE: 0 X-VR-OUT-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgeduuddrjeejgdeiudcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucggtfgfnhhsuhgsshgtrhhisggvpdfftffgtefojffquffvnecuuegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkffoggfgsedtkeertdertddtnecuhfhrohhmpehjfigrthhtsehjfigrthhtrdhorhhgnecuffhomhgrihhnpehgihhthhhusgdrtghomhenucfkphepkedvrdegtddruddtiedrudegleenucfrrghrrghmpehmohguvgepshhmthhppdhhvghlohepkedvrdegtddruddtiedrudegledpihhnvghtpeekvddrgedtrddutdeirddugeelpdhrvghtuhhrnhdqphgrthhhpehjfigrthhtsehjfigrthhtrdhorhhgpdhmrghilhhfrhhomhepjhifrghtthesjhifrghtthdrohhrghdpnhhrtghpthhtohepuggvvhgvlhesvggukhdvrdhgrhhouhhpshdrihhonecuvehluhhsthgvrhfuihiivgeptd Content-Transfer-Encoding: quoted-printable From: Jonathan Watt Fixes `bcfg boot -opt #` handling of the "#" option number to be consistent with the other commands. Removes a footgun that bit me and corrupted a different boot option than the one I meant to edit. https://github.com/jwatt/edk2/tree/bcfg_args_fix Jonathan Watt (1): ShellPkg/UefiShellBcfgCommandLib: Fix '-opt' option ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c | 2 += - 1 file changed, 1 insertion(+), 1 deletion(-) --=20 2.21.0