summaryrefslogtreecommitdiffstats
path: root/BaseTools/BinWrappers/PosixLike/GenPatchPcdTable
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2012-04-10 07:28:51 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2012-04-10 07:28:51 +0000
commit5ef6e0d315f3aff26abba428c8be7ba20bfe9955 (patch)
tree874d4b3f0342416be0a2a8af51e0df6acda83830 /BaseTools/BinWrappers/PosixLike/GenPatchPcdTable
parentea971ce69bc31cb299c73274c0fda0017ccecaea (diff)
downloadedk2-5ef6e0d315f3aff26abba428c8be7ba20bfe9955.tar.gz
edk2-5ef6e0d315f3aff26abba428c8be7ba20bfe9955.tar.bz2
edk2-5ef6e0d315f3aff26abba428c8be7ba20bfe9955.zip
Sync BaseTools Trunk (version r2518) to EDKII main trunk.
Signed-off-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13180 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/BinWrappers/PosixLike/GenPatchPcdTable')
-rwxr-xr-xBaseTools/BinWrappers/PosixLike/GenPatchPcdTable5
1 files changed, 5 insertions, 0 deletions
diff --git a/BaseTools/BinWrappers/PosixLike/GenPatchPcdTable b/BaseTools/BinWrappers/PosixLike/GenPatchPcdTable
new file mode 100755
index 0000000000..2cb8b86a99
--- /dev/null
+++ b/BaseTools/BinWrappers/PosixLike/GenPatchPcdTable
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+#python `dirname $0`/RunToolFromSource.py `basename $0` $*
+PYTHONPATH="`dirname $0`/../../Source/Python" \
+ python "`dirname $0`/../../Source/Python"/`basename $0`/`basename $0`.py $*
+