From 90c0ef901778be5ed7a8d6f45168a81eee45bd2a Mon Sep 17 00:00:00 2001 From: Artem Kuznetsov Date: Fri, 21 Jul 2023 11:21:52 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=AD=D0=BA=D1=80=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D1=81=D0=BB=D1=83?= =?UTF-8?q?=D0=B6=D0=B5=D0=B1=D0=BD=D1=8B=D1=85=20=D1=81=D0=B8=D0=BC=D0=B2?= =?UTF-8?q?=D0=BE=D0=BB=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/dp-bin2edt.cmd | 2 +- scripts/dp-bin2xml.cmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/dp-bin2edt.cmd b/scripts/dp-bin2edt.cmd index 2c7e5da..e620c9f 100644 --- a/scripts/dp-bin2edt.cmd +++ b/scripts/dp-bin2edt.cmd @@ -34,7 +34,7 @@ if not defined DP_PATH ( exit /b 1 ) if not exist "%BASE_CONFIG%" ( - echo Path "%BASE_CONFIG%" doesn't exist (parameter 3), empty infobase will be used. + echo Path "%BASE_CONFIG%" doesn't exist ^(parameter 3^), empty infobase will be used. set BASE_CONFIG= ) diff --git a/scripts/dp-bin2xml.cmd b/scripts/dp-bin2xml.cmd index a231f90..17effaf 100644 --- a/scripts/dp-bin2xml.cmd +++ b/scripts/dp-bin2xml.cmd @@ -30,7 +30,7 @@ if not defined DP_PATH ( ) if not exist "%BASE_CONFIG%" ( - echo Path "%BASE_CONFIG%" doesn't exist (parameter 3), empty infobase will be used. + echo Path "%BASE_CONFIG%" doesn't exist ^(parameter 3^), empty infobase will be used. set BASE_CONFIG= )