X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FBinWrappers%2FPosixLike%2FEcc;h=2cb8b86a9931690d9ea8f10a7df6c3bbe35e6afa;hp=bf5c895b4ffbe4f24faf4abb9c87b1a0ef37cc76;hb=5ef6e0d315f3aff26abba428c8be7ba20bfe9955;hpb=30fdf1140b8d1ce93f3821d986fa165552023440 diff --git a/BaseTools/BinWrappers/PosixLike/Ecc b/BaseTools/BinWrappers/PosixLike/Ecc old mode 100644 new mode 100755 index bf5c895b4f..2cb8b86a99 --- a/BaseTools/BinWrappers/PosixLike/Ecc +++ b/BaseTools/BinWrappers/PosixLike/Ecc @@ -1 +1,5 @@ -link RunToolFromSource \ No newline at end of file +#!/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 $* +