Prüfung der Environment Variablen war anders herum

This commit is contained in:
2025-09-18 15:31:07 +02:00
parent 37149c4ab3
commit 49b9ddf3b0
+2 -2
View File
@@ -2,7 +2,7 @@ if exist "%~dp0_setenv.bat" (
REM echo Lade lokale Umgebungseinstellungen aus _setenv.bat... REM echo Lade lokale Umgebungseinstellungen aus _setenv.bat...
call "%~dp0_setenv.bat" call "%~dp0_setenv.bat"
) )
if defined RDCONFIGURATOR_INSTALL_DIR ( if not defined RDCONFIGURATOR_INSTALL_DIR (
echo Error RDCONFIGURATOR_INSTALL_DIR not defined echo Error RDCONFIGURATOR_INSTALL_DIR not defined
) else ( ) else (
del %RDCONFIGURATOR_INSTALL_DIR%\props\shape_*.txt del %RDCONFIGURATOR_INSTALL_DIR%\props\shape_*.txt
@@ -13,7 +13,7 @@ if defined RDCONFIGURATOR_INSTALL_DIR (
) )
if defined RDCONFIGURATOR_GIT_DIR ( if not defined RDCONFIGURATOR_GIT_DIR (
echo Error not defined echo Error not defined
) else ( ) else (
del %RDCONFIGURATOR_GIT_DIR%\props\shape_*.txt del %RDCONFIGURATOR_GIT_DIR%\props\shape_*.txt