]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Vlv2TbltDevicePkg: Fix typo in name of nul output file
authorMichael Kinney <michael.d.kinney@intel.com>
Tue, 29 Nov 2016 19:19:20 +0000 (11:19 -0800)
committerMichael Kinney <michael.d.kinney@intel.com>
Wed, 30 Nov 2016 18:21:23 +0000 (10:21 -0800)
https://bugzilla.tianocore.org/show_bug.cgi?id=272

Fix typo in script file.  To prevent output from being
shown, then output file should be 'nul', not 'null'.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: David Wei <david.wei@intel.com>
Cc: Mang Guo <mang.guo@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Michael Kinney <michael.d.kinney@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Vlv2TbltDevicePkg/bld_vlv.bat

index 6c53917c0b997d9cc834e5e15444bf05adaadc7b..e21a6cf0383cac2742c60d8fe673e4ce2f9bfda7 100644 (file)
@@ -68,11 +68,11 @@ if /i "%~1"=="/l" (
 if /i "%~1" == "/c" (\r
     echo Removing previous build files ...\r
     if exist build (\r
 if /i "%~1" == "/c" (\r
     echo Removing previous build files ...\r
     if exist build (\r
-        del /f/s/q build > null\r
+        del /f/s/q build > nul\r
         rmdir /s/q build\r
     )\r
     if exist conf\.cache (\r
         rmdir /s/q build\r
     )\r
     if exist conf\.cache (\r
-        del /f/s/q conf\.cache > null\r
+        del /f/s/q conf\.cache > nul\r
         rmdir /s/q conf\.cache\r
     )\r
     echo.\r
         rmdir /s/q conf\.cache\r
     )\r
     echo.\r