Index: openacs-4/packages/acs-content-repository/tcl/content-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-procs.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/acs-content-repository/tcl/content-procs.tcl 22 Sep 2003 19:48:07 -0000 1.10 +++ openacs-4/packages/acs-content-repository/tcl/content-procs.tcl 10 Jan 2007 21:22:03 -0000 1.11 @@ -47,7 +47,7 @@ ns_mkdir [cr_fs_path]$path } - if {![string equal [string index $path end] "/"]} { + if {[string index $path end] ne "/" } { append path "/" }