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.14 -r1.66.2.15 --- openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 14 Feb 2021 21:08:02 -0000 1.66.2.14 +++ openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 15 Feb 2021 14:23:31 -0000 1.66.2.15 @@ -1176,9 +1176,7 @@ user provided values. } { - if {[string range $arg1 0 1] eq {~}} { - set arg1 ./$arg1 - } + regsub {^~+/*} $arg1 {./} arg1 ::file $subcmd $arg1 {*}$args }