From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.groups.io with SMTP id smtpd.web12.5307.1571234990856779136 for ; Wed, 16 Oct 2019 07:09:51 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: philmd@redhat.com) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 77EE11017C0B; Wed, 16 Oct 2019 14:09:50 +0000 (UTC) Received: from x1w.redhat.com (unknown [10.40.205.172]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5ADC25D712; Wed, 16 Oct 2019 14:09:48 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: Leif Lindholm , devel@edk2.groups.io Cc: Bob Feng , Liming Gao , Laszlo Ersek , Philippe Mathieu-Daude Subject: [PATCH 1/3] BaseTools: Let the GetMaintainer.py script be executable Date: Wed, 16 Oct 2019 16:09:38 +0200 Message-Id: <20191016140940.18844-2-philmd@redhat.com> In-Reply-To: <20191016140940.18844-1-philmd@redhat.com> References: <20191016140940.18844-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mx1.redhat.com [10.5.110.64]); Wed, 16 Oct 2019 14:09:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The GetMaintainer.py script use the "if __name__ =3D=3D '__main__'" evaluation so it expects to be run as a standalone program. We have other Python scripts with the executable permission, let this one be executable too. Signed-off-by: Philippe Mathieu-Daude --- BaseTools/Scripts/GetMaintainer.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 =3D> 100755 BaseTools/Scripts/GetMaintainer.py diff --git a/BaseTools/Scripts/GetMaintainer.py b/BaseTools/Scripts/GetMa= intainer.py old mode 100644 new mode 100755 --=20 2.21.0