From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by mx.groups.io with SMTP id smtpd.web10.40847.1683401673490841580 for ; Sat, 06 May 2023 12:34:33 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bsdio.com header.s=fm1 header.b=OM2mPF3C; spf=pass (domain: bsdio.com, ip: 64.147.123.24, mailfrom: rebecca@bsdio.com) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id 4185F32000F9; Sat, 6 May 2023 15:34:32 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Sat, 06 May 2023 15:34:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdio.com; h=cc :cc:content-transfer-encoding:content-type:content-type:date :date:from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:sender:subject:subject:to:to; s=fm1; t= 1683401671; x=1683488071; bh=8wT9AIm7A1sUc9JbyToJV39mOIb/A0jL3qV Nu3Er7Lc=; b=OM2mPF3CUwy57hb0rVDEx8jtSTs6yErA5ePMK7NH/P3zgP4hha5 Yhj0s5RfXuXN45Jegj1pTyhPn97806AKfLd4Xd0GdN40a0j8pGNvyRC8X4trIeA+ T0XPTnBwOcdjrIvd9MnT4R/j/cg6Dmh4eAIQV7RYE2/f4gYf56/MIMUVivLYgD4K SGy0kfEnBxxBiTjA0nEmpi6Nj/VdWR8inv5Uo/W61X1TC6He3AP6BuHmXnMVQDWv IpmbKToFewEkbts3TPmmTIvvobB4YDuhm1x4j1kkty3KF8bg5FUnEgTAOnS3//np V4Y9SO48RneF8O6zsuC28A0Lpfc2g11V0yw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:content-type:date:date:feedback-id:feedback-id :from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:sender:subject:subject:to:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; t= 1683401671; x=1683488071; bh=8wT9AIm7A1sUc9JbyToJV39mOIb/A0jL3qV Nu3Er7Lc=; b=kaJbuB/nnRBLf8J74S6eav9iat7/rM2IRFICyaBDI385TlgxDa5 QvMeQN1TEA8W7dd0Ay1FB2GVtUkpHeWlUDkLYTUJ4L/+lzzaaewN8u0QI1xjU8zr lxAFVIDvp3EMoXLDRH31bBQ4Sy4W8scQw53VYEbR4AJrlSE4a7yMdwomZ0qkH0We 8GRzvFKSwNH0Y84CPn5n38A048YIkhOoszZBkrDQy9hsxLL42kjSPSMXqYlqFf3N ORZgaLm0cfi+0Cd4Xyf5rnmGnQO5pgJgURuJP0teaNTh4GG0KVA7/vLJzLLMU97K MOFygckIld0kPSiGB5ZhXOKcZ9OaGxX1mBg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrfeefgedguddujecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefkffggfgfuvfevfhfhjggtgfesthejredttdefjeenucfhrhhomheptfgv sggvtggtrgcuvehrrghnuceorhgvsggvtggtrgessghsughiohdrtghomheqnecuggftrf grthhtvghrnhepheelkefgudetudegheegfffghfetfefhhfetteefveehgfdvjeehtdfh ffeiffelnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomh eprhgvsggvtggtrgessghsughiohdrtghomh X-ME-Proxy: Feedback-ID: i5b994698:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sat, 6 May 2023 15:34:30 -0400 (EDT) Message-ID: <54df5899-0c2c-8833-3728-7984ff644f8e@bsdio.com> Date: Sat, 6 May 2023 13:34:30 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: [edk2-devel] [PATCH 1/1] Remove bashisms from edksetup.sh and BaseTools/BuildEnv To: devel@edk2.groups.io, pedro.falcato@gmail.com Cc: Liming Gao , Bob Feng , Yuwei Chen , Andrew Fish , Leif Lindholm , Michael D Kinney References: <20230506182311.14023-1-rebecca@bsdio.com> From: "Rebecca Cran" In-Reply-To: Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 5/6/23 12:34, Pedro Falcato wrote: > Did you test this in FreeBSD (and hopefully other BSDs, such as Net)? > As far as I know, those don't package a python3 symlink (only > python3.{version}). > > At a glance, the rest of the changes look ok-ish to me though. I only tested on FreeBSD, where the behavior is the same as before: I still need to specify PYTHON_COMMAND=python3.9 . -- Rebecca Cran