Index: openacs-4/packages/acs-tcl/tcl/install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/install-procs.tcl,v diff -u -r1.15 -r1.16 --- openacs-4/packages/acs-tcl/tcl/install-procs.tcl 22 Aug 2005 15:49:53 -0000 1.15 +++ openacs-4/packages/acs-tcl/tcl/install-procs.tcl 27 Sep 2005 14:18:35 -0000 1.16 @@ -168,6 +168,7 @@ # Remove double slashes regsub -all {//} $mount_point "/" mount_point + set mount_point [string trimright $mount_point " /"] if {[string is space $mount_point] || [string equal $mount_point "/"]} {