summaryrefslogtreecommitdiffstats
path: root/BaseTools/BinWrappers/WindowsLike/Pkcs7Sign.bat
diff options
context:
space:
mode:
authorYunhua Feng <yunhuax.feng@intel.com>2018-09-05 17:27:05 +0800
committerYonghong Zhu <yonghong.zhu@intel.com>2018-10-13 09:57:14 +0800
commit04c47cd40111f85614ec51f6ba8d4e9a2f0fafde (patch)
treeb2a02b864df611726df279872f9ca4db51827f3c /BaseTools/BinWrappers/WindowsLike/Pkcs7Sign.bat
parent8be15c61e88709c55970c5d5272d19bd9bba67fb (diff)
downloadedk2-04c47cd40111f85614ec51f6ba8d4e9a2f0fafde.tar.gz
edk2-04c47cd40111f85614ec51f6ba8d4e9a2f0fafde.tar.bz2
edk2-04c47cd40111f85614ec51f6ba8d4e9a2f0fafde.zip
BaseTools: Update windows and linux run scripts file to use Python3
Modify windows script, PosixLike script, edksetup.sh, edksetup.bat to use Python3 Cc: Liming Gao <liming.gao@intel.com> Cc: Yonghong Zhu <yonghong.zhu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'BaseTools/BinWrappers/WindowsLike/Pkcs7Sign.bat')
-rw-r--r--BaseTools/BinWrappers/WindowsLike/Pkcs7Sign.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/BinWrappers/WindowsLike/Pkcs7Sign.bat b/BaseTools/BinWrappers/WindowsLike/Pkcs7Sign.bat
index 9fbb704a6e..160347c700 100644
--- a/BaseTools/BinWrappers/WindowsLike/Pkcs7Sign.bat
+++ b/BaseTools/BinWrappers/WindowsLike/Pkcs7Sign.bat
@@ -1,3 +1,3 @@
@setlocal
@set ToolName=%~n0%
-@%PYTHON_HOME%\python.exe %BASE_TOOLS_PATH%\Source\Python\%ToolName%\%ToolName%.py %*
+@%PYTHON3% %BASE_TOOLS_PATH%\Source\Python\%ToolName%\%ToolName%.py %*