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 -N -r1.66.2.16 -r1.66.2.17 --- openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 16 Feb 2021 02:31:33 -0000 1.66.2.16 +++ openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 18 Feb 2021 14:50:20 -0000 1.66.2.17 @@ -1051,7 +1051,7 @@ Returns the relative path corresponding to absolute path $path. } - -ad_proc ad_proc_valid_switch_p {str} { +ad_proc -private ad_proc_valid_switch_p {str} { Check if the provided argument looks like a switch (i.e. it starts with a dash and is not a number). } -