]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenSectionTask.java
Fix a misspelling.
[mirror_edk2.git] / Tools / Source / FrameworkTasks / org / tianocore / framework / tasks / GenSectionTask.java
index 61aefa6efbc73f571c19c48e8fd0a00920862b6f..1741d867b813cdaa471ef1ff4770ce8f4c0f0b4d 100644 (file)
@@ -59,11 +59,11 @@ public class GenSectionTask extends Task implements EfiDefine {
         //\r
         // absolute path of efi tools\r
         //\r
-        String path = project.getProperty("env.Framework_Tools_Path");\r
+        String path = project.getProperty("env.FRAMEWORK_TOOLS_PATH");\r
         if (path == null) {\r
-            command = "GenSection";\r
+            command = "gensection";\r
         } else {\r
-            command = path + "/" + "GenSection";\r
+            command = path + "/" + "gensection";\r
         }\r
         //\r
         // argument of tools\r