diff options
-rw-r--r-- | Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/StrGatherTask.java | 4 |
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";
}
///
|