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:
parent
28ee613b27
commit
30a7308729
@ -87,7 +87,7 @@ if { [file readable $draw_appli_init_file] } {
|
|||||||
|
|
||||||
# on Windows, set special handler to update automatically environment variables
|
# on Windows, set special handler to update automatically environment variables
|
||||||
# in C subsystem when Tcl environment changes (see Mantis issue #23197)
|
# 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} {
|
proc _update_c_env {envenv var op} {
|
||||||
global env
|
global env
|
||||||
if { $op == "unset" } {
|
if { $op == "unset" } {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user