]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenSectionTask.java
Fixes for case sensitive operating systems.
[mirror_edk2.git] / Tools / Source / FrameworkTasks / org / tianocore / framework / tasks / GenSectionTask.java
index 1741d867b813cdaa471ef1ff4770ce8f4c0f0b4d..75b6511ce27c4ce09826a8940750e8a7d76043b0 100644 (file)
@@ -61,9 +61,9 @@ public class GenSectionTask extends Task implements EfiDefine {
         //\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