Skip to content

Commit f3e3312

Browse files
committed
bat fixes
1 parent ec0bf07 commit f3e3312

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OpenImageIO.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
SET OIIO_FOLDER=%~dp0
44

5-
SET ADD_PATH=%OIIO_FOLDER%bin\
5+
SET ADD_PATH=%OIIO_FOLDER%;%OIIO_FOLDER%bin\
66

77
IF EXIST "%OIIO_FOLDER%bin\python\" (
88
SET ADD_PATH=%ADD_PATH%;%OIIO_FOLDER%bin\python\

oiio_install_x64-win.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ echo.
1414
:start
1515

1616
REM Create "oiio" directory if it doesn't exist and navigate into it
17-
if not exist %INSTALL_NAME% goto:start
17+
if not exist %INSTALL_NAME% goto:installStart
1818

1919
:loopStart
2020
echo Directory %INSTALL_NAME% exists. Proceeding will delete it.

0 commit comments

Comments
 (0)