diff options
Diffstat (limited to 'Tools/bin/ckt')
-rwxr-xr-x | Tools/bin/ckt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/bin/ckt b/Tools/bin/ckt index 250aea5ad3..4a0053f4c7 100755 --- a/Tools/bin/ckt +++ b/Tools/bin/ckt @@ -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 $@ |