Index: openacs-4/packages/image-magick/tcl/image-magick-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/image-magick/tcl/image-magick-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/image-magick/tcl/image-magick-procs.tcl 31 Aug 2005 17:05:18 -0000 1.1 +++ openacs-4/packages/image-magick/tcl/image-magick-procs.tcl 25 Apr 2018 19:47:47 -0000 1.2 @@ -55,7 +55,7 @@ @param input_file The full path to the input file @param output_file The full path to the output file } { - set args [list] + set args {} foreach option $options { lappend args $option }