Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: e19cc32bce466fb1c175f7d44708c2ebb45802a7
      
https://github.com/tianocore/edk2/commit/e19cc32bce466fb1c175f7d44708c2ebb45802a7
  Author: Jason1 Lin <[email protected]>
  Date:   2024-10-17 (Thu, 17 Oct 2024)

  Changed paths:
    M edksetup.sh

  Log Message:
  -----------
  edksetup.sh: Fix the Issue of PYTHON_COMMAND Un-Configurable

- With the commit e6447d2a08f5ca585816d093e79a01dad3781f98 introduced,
  there do not have chance for caller to configure the PYTHON_COMMAND
  environment variable outside of this script.

- All the configured value would be assigned into "python3" forcedly,
  without checking the environment variable is set or not.

- This patch included the below changes,
  - Check the "PYTHON_COMMAND" is set or not before assigning
    the default value "python3" on it.
  - Rename the function naming into "SetupPythonCommand" to align
    its functionality.

Signed-off-by: Jason1 Lin <[email protected]>



To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2/settings/notifications


_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to