]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix a capitalization error.
authorbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 4 May 2006 23:32:15 +0000 (23:32 +0000)
committerbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 4 May 2006 23:32:15 +0000 (23:32 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@105 6f19259b-4bc3-4df7-8a09-765794883524

Tools/Source/TianoTools/VfrCompile/build.xml

index f6a08c83b2db0d0da4ba9542e552f69269bd140b..7c48298484ae5622e0b3601ca97107616916badb 100644 (file)
@@ -93,7 +93,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
   <target name="Dlg" depends="Antlr" unless="CheckDepends">\r
     <exec dir="${basedir}/${ToolName}" executable="dlg" failonerror="TRUE">\r
-      <arg line="-C2 -i -CC -o . Parser.dlg"/>\r
+      <arg line="-C2 -i -CC -o . parser.dlg"/>\r
     </exec>\r
   </target>\r
 \r