summaryrefslogtreecommitdiff
path: root/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenSectionTask.java
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenSectionTask.java')
-rw-r--r--Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenSectionTask.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenSectionTask.java b/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenSectionTask.java
index 61aefa6efb..1995d709dd 100644
--- a/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenSectionTask.java
+++ b/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenSectionTask.java
@@ -59,11 +59,11 @@ public class GenSectionTask extends Task implements EfiDefine {
//
// absolute path of efi tools
//
- String path = project.getProperty("env.Framework_Tools_Path");
+ String path = project.getProperty("env.FRAMEWORK_TOOLS_PATH");
if (path == null) {
- command = "GenSection";
+ command = "gensection";
} else {
- command = path + "/" + "GenSection";
+ command = path + "/" + "gensection";
}
//
// argument of tools
@@ -93,7 +93,7 @@ public class GenSectionTask extends Task implements EfiDefine {
//
// command execution success
//
- System.out.println("gensection succeeded!");
+ System.out.println("gensection successed!");
} else {
//
// command execution fail