Index: openacs-4/packages/acs-admin/www/apm/build-repository.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/Attic/build-repository.tcl,v diff -u -r1.18 -r1.19 --- openacs-4/packages/acs-admin/www/apm/build-repository.tcl 27 Jun 2015 16:41:07 -0000 1.18 +++ openacs-4/packages/acs-admin/www/apm/build-repository.tcl 7 Aug 2017 23:47:45 -0000 1.19 @@ -98,15 +98,15 @@ #---------------------------------------------------------------------- # Wipe and re-create the working directory -file delete -force $work_dir +file delete -force -- $work_dir file mkdir ${work_dir} cd $work_dir foreach channel [lsort -decreasing [array names channel_tag]] { ns_write "

Channel $channel using tag $channel_tag($channel)

DONE

\n" + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: