Prüfung der Environment Variablen war anders herum
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user