Index: openacs-4/packages/acs-content-repository/tcl/publish-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/publish-procs.tcl,v diff -u -N -r1.11.2.2 -r1.11.2.3 --- openacs-4/packages/acs-content-repository/tcl/publish-procs.tcl 2 Jan 2016 14:31:31 -0000 1.11.2.2 +++ openacs-4/packages/acs-content-repository/tcl/publish-procs.tcl 27 Mar 2017 10:53:53 -0000 1.11.2.3 @@ -1065,7 +1065,7 @@ # crap out if the file already exists, but on the other hand, we shouldn't accidentally # overwrite files if { [file exists $root_path$file_url] } { - file delete $root_path$file_url + file delete -- $root_path$file_url } # Write blob/text to file