Index: openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl,v diff -u -N -r1.17 -r1.18 --- openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl 14 May 2007 20:30:16 -0000 1.17 +++ openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl 13 Feb 2009 20:28:08 -0000 1.18 @@ -74,7 +74,7 @@ " } -proc_doc apm_shell_wrap { cmd } { Returns a command string, wrapped it shell-style (with backslashes) in case lines get too long. } { +ad_proc apm_shell_wrap { cmd } { Returns a command string, wrapped it shell-style (with backslashes) in case lines get too long. } { set out "" set line_length 0 foreach element $cmd {