Index: openacs-4/packages/file-storage/tcl/file-storage-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/tcl/file-storage-install-procs.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/file-storage/tcl/file-storage-install-procs.tcl 27 Oct 2014 16:41:31 -0000 1.14 +++ openacs-4/packages/file-storage/tcl/file-storage-install-procs.tcl 7 Aug 2017 23:48:11 -0000 1.15 @@ -131,9 +131,9 @@ -spec { 4.6.2 5.1.1 { fs::install::package_install - # delete the tcl file for the /view template created + # delete the Tcl file for the /view template created # by content::init so it can be recreated - file delete [file join [acs_root_dir] templates "file-storage-default.tcl"] + file delete -- [file join [acs_root_dir] templates "file-storage-default.tcl"] } 5.1.0a10 5.1.0a11 { set spec { @@ -208,3 +208,9 @@ } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: