summaryrefslogtreecommitdiff
path: root/Vlv2TbltDevicePkg/bld_vlv.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Vlv2TbltDevicePkg/bld_vlv.bat')
-rw-r--r--Vlv2TbltDevicePkg/bld_vlv.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/Vlv2TbltDevicePkg/bld_vlv.bat b/Vlv2TbltDevicePkg/bld_vlv.bat
index 547b2b110a..24cb2ea9b0 100644
--- a/Vlv2TbltDevicePkg/bld_vlv.bat
+++ b/Vlv2TbltDevicePkg/bld_vlv.bat
@@ -68,11 +68,11 @@ if /i "%~1"=="/l" (
if /i "%~1" == "/c" (
echo Removing previous build files ...
if exist build (
- del /f/s/q build > null
+ del /f/s/q build > nul
rmdir /s/q build
)
if exist conf\.cache (
- del /f/s/q conf\.cache > null
+ del /f/s/q conf\.cache > nul
rmdir /s/q conf\.cache
)
echo.