Added quotes around the classpath option in script files

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1841 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lhauch
2006-10-25 20:34:36 +00:00
parent 94e17f1190
commit 8aa9a1a22a
8 changed files with 10 additions and 10 deletions

View File

@@ -10,4 +10,4 @@
#
# Run CheckTools
java -cp ${WORKSPACE}/Tools/bin/CheckTools.jar org.tianocore.CheckTools.CheckTools $@
java -cp "${WORKSPACE}/Tools/bin/CheckTools.jar" org.tianocore.CheckTools.CheckTools $@