]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Tests/GNUmakefile
BaseTools: Fix check for ${PYTHON_COMMAND} in Tests/GNUmakefile
authorRebecca Cran <rebecca@bsdio.com>
Mon, 19 Sep 2022 21:39:10 +0000 (05:39 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sat, 22 Oct 2022 07:52:20 +0000 (07:52 +0000)
commit2355f0c09c52d6979f9f471b23816f3081cc946b
tree3f8bb192dcd835d7e858ccf2cef464ad7399ebb9
parent913a308df934952bcbedacb6baa8bd023a25b978
BaseTools: Fix check for ${PYTHON_COMMAND} in Tests/GNUmakefile

When checking if $PYTHON_COMMAND exists, curly braces should
be used instead of parentheses.

Also, "1" causes an error on FreeBSD: it's likely supposed to
be 2>&1 like other scripts.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Tests/GNUmakefile