Fixes missing backslash for REG_PYTHON_DIR

This commit is contained in:
Juan Alday 2016-05-24 16:38:47 -04:00 committed by Thomas Nagy
parent 6574fd7e40
commit a5a0a81abb
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ REG QUERY "!REGPATH!" /ve 1>nul 2>nul
if !ERRORLEVEL! equ 0 (
for /F "%TOKEN% delims= " %%A IN ('REG QUERY "!REGPATH!" /ve') do @set REG_PYTHON_DIR=%%B
if exist !REG_PYTHON_DIR! (
IF NOT "!REG_PYTHON_DIR:~-1!"=="\" SET REG_PYTHON_DIR=!REG_PYTHON_DIR!\
set REG_PYTHON=!REG_PYTHON_DIR!!REG_PYTHON_EXE!
rem set PYTHON_DIR_OK=TRUE
if "!PYTHON_DIR_OK!"=="FALSE" (