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.105 -r1.106 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 28 Jan 2008 20:16:53 -0000 1.105 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 22 Mar 2008 18:31:32 -0000 1.106 @@ -4484,7 +4484,7 @@ # redirected it ns_log notice "Status == 0 $result" - } elseif { [string equal $::errorCode NONE] } { + } elseif {$::errorCode eq "NONE"} { # The command exited with a normal status, but wrote something # to stderr, which is included in $result.