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
This commit is contained in:
lhauch 2006-10-18 19:26:07 +00:00
parent dbfb39ef04
commit 34ff1170bc
1 changed files with 2 additions and 4 deletions

View File

@ -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 $@