]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenCRC32SectionTask.java
Fix capitalization
[mirror_edk2.git] / Tools / Source / FrameworkTasks / org / tianocore / framework / tasks / GenCRC32SectionTask.java
index ca426dfa6976eb27c4aea7c589ba2dea3ccaac4d..33115aa10f5222332ab6622a532f105fbbdacd7f 100644 (file)
@@ -62,9 +62,9 @@ public class GenCRC32SectionTask extends Task implements EfiDefine{
         String path = project.getProperty("env.Framework_Tools_Path"); \r
         String command;\r
         if (path == null) {\r
-            command = "gencrc32section";\r
+            command = "GenCRC32Section";\r
         } else {\r
-            command = path + "/" + "gencrc32section" ;\r
+            command = path + "/" + "GenCRC32Section" ;\r
         }\r
         // \r
         // string line of input files \r