Index: openacs-4/packages/acs-bootstrap-installer/installer/tcl/0-acs-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer/tcl/0-acs-init.tcl,v diff -u -r1.2.2.2 -r1.2.2.3 --- openacs-4/packages/acs-bootstrap-installer/installer/tcl/0-acs-init.tcl 20 Aug 2015 10:57:13 -0000 1.2.2.2 +++ openacs-4/packages/acs-bootstrap-installer/installer/tcl/0-acs-init.tcl 10 Sep 2015 08:21:15 -0000 1.2.2.3 @@ -57,3 +57,9 @@ } else { ns_log "Error" "$bootstrap_file does not exist. Aborting the OpenACS load process." } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: