Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: a7ab45ace25c4b987994158687d04de07ed20a96 https://github.com/tianocore/edk2/commit/a7ab45ace25c4b987994158687d04de07ed20a96 Author: Jason1 Lin <jason1....@intel.com> Date: 2025-03-26 (Wed, 26 Mar 2025)
Changed paths: M BaseTools/Source/Python/FMMT/core/GuidTools.py Log Message: ----------- BaseTools/FMMT: Fix GUID Tool Not Found the Shell Script Issue - FMMT tool would use the "PATH" environment variable for locating the required GUID tool. - On Windows-like system, batch file not found in the "PATH" environment variable when "shell=False". - This issue required commands to include program extensions or absolute paths. - This patch sets "shell=True" to extend the support for batch files, including scripts in BinWrappers under BaseTools. - Converted input commands from lists to strings to ensure proper argument interpretation in POSIX-like shell scripts. Signed-off-by: Jason1 Lin <jason1....@intel.com> To unsubscribe from these emails, change your notification settings at https://github.com/tianocore/edk2/settings/notifications _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits