Index: openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl,v diff -u -r1.66.2.30 -r1.66.2.31 --- openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 28 Sep 2022 08:48:22 -0000 1.66.2.30 +++ openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 26 Nov 2022 16:50:45 -0000 1.66.2.31 @@ -1266,7 +1266,7 @@ if {[string range $arg1 0 0] eq {~}} { set arg1 ./$arg1 } - ::file $subcmd $arg1 {*}$args + uplevel [list ::file $subcmd $arg1 {*}$args] } # if {[cmd_exists xxx]}