mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
- 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.lin@intel.com> |
||
|---|---|---|
| .. | ||
| BinaryFactoryProduct.py | ||
| BiosTree.py | ||
| BiosTreeNode.py | ||
| FMMTOperation.py | ||
| FMMTParser.py | ||
| FvHandler.py | ||
| GuidTools.py | ||