From c765ab619be4afedebabbc551bc24aef787dd90f Mon Sep 17 00:00:00 2001 From: apn Date: Thu, 1 Jun 2017 16:06:48 +0300 Subject: [PATCH] 0028347: Reuse OCCT implementation for producing end-user documentation for Products Remove unnecessary definition of PRODROOT --- adm/templates/env.bat.in | 1 - 1 file changed, 1 deletion(-) diff --git a/adm/templates/env.bat.in b/adm/templates/env.bat.in index c7990ea691..bda8553c52 100644 --- a/adm/templates/env.bat.in +++ b/adm/templates/env.bat.in @@ -23,7 +23,6 @@ if exist "%~dp0custom.bat" ( rem for compatability with external application using CASROOT if ["%CASROOT%"] == [""] set "CASROOT=%SCRIPTROOT%" -set "PRODROOT=" if not ["%TCL_DIR%"] == [""] set "PATH=%TCL_DIR%;%PATH%" if not ["%TK_DIR%"] == [""] set "PATH=%TK_DIR%;%PATH%"