From e66dc8546cc32f828c290fea029cffce5b1157d9 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Fri, 13 May 2022 10:28:04 +0200 Subject: git-ptx-patches: Remove useless assignment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit range is overwritten unconditionally after option parsing, so drop the assignment. Its only effect was irritating a human reader. Signed-off-by: Uwe Kleine-König Message-Id: <20220513082804.264481-1-u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich --- scripts/git-ptx-patches | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/git-ptx-patches b/scripts/git-ptx-patches index 8bf1731ae..fe3d1b619 100755 --- a/scripts/git-ptx-patches +++ b/scripts/git-ptx-patches @@ -64,7 +64,6 @@ while getopts "aft:n" opt; do ;; t) tag="${OPTARG}" - range="${tag}" ;; n) numbered_patches=false -- cgit v1.2.3