Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.189.2.173 -r1.189.2.174 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 5 Apr 2024 08:28:21 -0000 1.189.2.173 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 31 May 2024 12:00:00 -0000 1.189.2.174 @@ -3451,7 +3451,7 @@ return [set $key] } if {$prog ne ""} { - + switch -- $::tcl_platform(platform) { windows { # @@ -3475,7 +3475,7 @@ set searchdirs [split $::env(PATH) :] set exts [list ""] } - } + } set names [lmap ext $exts {set _ $prog$ext}] if {[ad_file pathtype $prog] ne "relative"} { set fullNames $names @@ -4150,7 +4150,7 @@ {-version_dir ""} } { - Obtain the version_dir either form the provided string or from + Obtain the version_dir either from the provided string or from the resource_info dict. } {