Index: openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl 13 Mar 2002 22:50:53 -0000 1.10 +++ openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl 15 Mar 2002 20:09:27 -0000 1.11 @@ -505,7 +505,7 @@ } if { [catch { set files [split [string trim \ - [exec [apm_gunzip_cmd] -q -c $file_path | [apm_tar_cmd] tf -] "\n" 2>/dev/null]] + [exec [apm_gunzip_cmd] -q -c $file_path | [apm_tar_cmd] tf - 2>/dev/null] "\n"]] apm_callback_and_log $callback "
  • Done. Archive is [format "%.1f" [expr { [file size $file_path] / 1024.0 }]]KB, with [llength $files] files.
  • " } errmsg] } { apm_callback_and_log $callback "The follow error occured during the uncompression process: