diff options
author | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-10-18 19:26:07 +0000 |
---|---|---|
committer | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-10-18 19:26:07 +0000 |
commit | 34ff1170bc8b265b85258704d70e3ac134e24107 (patch) | |
tree | a73ae23224cc90b3a20ba1f4021edb39c8039c50 /Tools/bin | |
parent | dbfb39ef04e9db825a0325bc022ce963eb2a2e01 (diff) | |
download | edk2-platforms-34ff1170bc8b265b85258704d70e3ac134e24107.tar.xz |
Fixed ckt for cygwin, and verified this works on OS X as well
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1797 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/bin')
-rwxr-xr-x | Tools/bin/ckt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Tools/bin/ckt b/Tools/bin/ckt index 32200ae2d1..250aea5ad3 100755 --- a/Tools/bin/ckt +++ b/Tools/bin/ckt @@ -9,7 +9,5 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # -export CLASSPATH=$CLASSPATH:$WORKSPACE/Tools/bin/CheckTools.jar - -# Run Framework Wizard -java org.tianocore.CheckTools.CheckTools $@ +# Run CheckTools +java -cp ${WORKSPACE}/Tools/bin/CheckTools.jar org.tianocore.CheckTools.CheckTools $@ |