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 -N -r1.45.2.20 -r1.45.2.21 --- openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl 12 Feb 2024 18:31:18 -0000 1.45.2.20 +++ openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl 25 Feb 2024 10:49:15 -0000 1.45.2.21 @@ -415,7 +415,7 @@ @return A valid command name for gzip. } { - return gzip + return [::util::which gzip] } @@ -424,7 +424,7 @@ @return A valid command name for tar. } { - return tar + return [::util::which tar] }