]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/FwImageTask.java
Fixes for case sensitive operating systems.
[mirror_edk2.git] / Tools / Source / FrameworkTasks / org / tianocore / framework / tasks / FwImageTask.java
index 069c97bbadc2936e4965fe455869305d0723bc50..b5d2bb90e685bcea9be8745081d0d6366c8ea26f 100644 (file)
@@ -69,9 +69,9 @@ public class FwImageTask extends Task implements EfiDefine{
         String path = project.getProperty("env.FRAMEWORK_TOOLS_PATH");\r
         String command;\r
         if (path == null) {\r
-            command = "fwimage";\r
+            command = "FwImage";\r
         } else {\r
-            command = path + "/" + "fwimage";\r
+            command = path + "/" + "FwImage";\r
         }\r
         //\r
         // argument of tools\r