From: bbahnsen Date: Fri, 19 May 2006 22:26:17 +0000 (+0000) Subject: Fix capitalization X-Git-Tag: edk2-stable201903~25465 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=dc13f95d78df4b9dadfdc49c56dee81789a6ac81;hp=0778de4542080551fbac5b6c540bd56634319092 Fix capitalization git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@218 6f19259b-4bc3-4df7-8a09-765794883524 --- 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"; } ///