summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-19 22:26:17 +0000
committerbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-19 22:26:17 +0000
commitdc13f95d78df4b9dadfdc49c56dee81789a6ac81 (patch)
treef3056f515275c166eea89ad8f90c1997b88fd596 /Tools
parent0778de4542080551fbac5b6c540bd56634319092 (diff)
downloadedk2-platforms-dc13f95d78df4b9dadfdc49c56dee81789a6ac81.tar.xz
Fix capitalization
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@218 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools')
-rw-r--r--Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/StrGatherTask.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/StrGatherTask.java b/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/StrGatherTask.java
index 670f6838f2..c136f15511 100644
--- a/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/StrGatherTask.java
+++ b/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/StrGatherTask.java
@@ -111,9 +111,9 @@ public class StrGatherTask extends Task implements EfiDefine {
String path = project.getProperty("env.Framework_Tools_Path");
String command;
if (path == null) {
- command = "strgather";
+ command = "StrGather";
} else {
- command = path + "/" + "strgather";
+ command = path + "/" + "StrGather";
}
///