From 8c8d31e5e5c347d78843bb64186ddae9ac7518b4 Mon Sep 17 00:00:00 2001 From: sasbot <> Date: Sat, 6 Jun 2020 12:00:00 +0000 Subject: [PATCH] update zmp --- Update.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Update.cmd b/Update.cmd index 2c8d0b3f..6ccc3aa9 100644 --- a/Update.cmd +++ b/Update.cmd @@ -14,7 +14,7 @@ goto err hg pull "https://bitbucket.org/vdemidov/sas.maps/" -u -f IF ERRORLEVEL 1 goto err IF NOT ERRORLEVEL 0 goto err - for /R /D %%d in (*.zmp) do rd /q %%d + for /R /D %%d in (*.zmp) do rd /q %%d 2> nul goto end :CloneRepo rd /s /q sas.maps