1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00

0026191: Different behavior of "bugs moddata_3 bug23471" test script on Windows and Linux platform

Deleted variable "res" which appears during loading draw
This commit is contained in:
apn 2015-05-07 15:33:10 +03:00 committed by abv
parent 28ee613b27
commit 30a7308729

View File

@ -87,7 +87,7 @@ if { [file readable $draw_appli_init_file] } {
# on Windows, set special handler to update automatically environment variables
# in C subsystem when Tcl environment changes (see Mantis issue #23197)
if { $tcl_platform(platform) == "windows" && ! [catch {dgetenv PATH} res] } {
if { $tcl_platform(platform) == "windows" && ! [catch {dgetenv PATH}] } {
proc _update_c_env {envenv var op} {
global env
if { $op == "unset" } {