Index: openacs-4/packages/search/tcl/search-convert-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/search/tcl/search-convert-procs.tcl,v diff -u -r1.5.2.4 -r1.5.2.5 --- openacs-4/packages/search/tcl/search-convert-procs.tcl 13 Jun 2022 13:45:51 -0000 1.5.2.4 +++ openacs-4/packages/search/tcl/search-convert-procs.tcl 13 Jun 2022 15:30:47 -0000 1.5.2.5 @@ -66,7 +66,7 @@ file delete -- $tmp_filename return "" } - set convert_command {unzip -p $filename content.xml >$tmp_filename} + set convert_command {[util::which unzip] -p $filename content.xml >$tmp_filename} } application/vnd.openxmlformats-officedocument.presentationml.presentation { # @@ -87,7 +87,7 @@ # # Now we extract the markup from all slides... # - set xml [exec -- unzip -p $filename ppt/slides/*.xml] + set xml [exec -- [util::which unzip] -p $filename ppt/slides/*.xml] # # ... and clean it up so that only the plain text remains. #