summaryrefslogtreecommitdiffstats
path: root/BaseTools/BinWrappers/PosixLike/Ecc
diff options
context:
space:
mode:
authorvanjeff <vanjeff>2013-09-25 03:31:09 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2013-09-25 03:31:09 +0000
commitfb639311912cf61194610fe1705ac87aa0345914 (patch)
tree734bb8ebfb84d0c97a2a568bed00ae34808b606a /BaseTools/BinWrappers/PosixLike/Ecc
parente45567f3c78f20a637dbe8f7c18b4be11af45585 (diff)
downloadedk2-fb639311912cf61194610fe1705ac87aa0345914.tar.gz
edk2-fb639311912cf61194610fe1705ac87aa0345914.tar.bz2
edk2-fb639311912cf61194610fe1705ac87aa0345914.zip
Copy BaseTools r14710 to UDK2010.SR1 Branch.
git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2010.SR1@14723 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/BinWrappers/PosixLike/Ecc')
-rwxr-xr-xBaseTools/BinWrappers/PosixLike/Ecc5
1 files changed, 5 insertions, 0 deletions
diff --git a/BaseTools/BinWrappers/PosixLike/Ecc b/BaseTools/BinWrappers/PosixLike/Ecc
new file mode 100755
index 0000000000..2cb8b86a99
--- /dev/null
+++ b/BaseTools/BinWrappers/PosixLike/Ecc
@@ -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 $*
+