Oops, just found a bug in my solution. There should be a quotation to
avoid shell interpretation:
...  get_process_output("basename #{quote(m[\"filename\"])}") ...
(This is the same as get_process_output("basename
"^quote(m["filename"]) which might be simpler to read in that case.)
-- 
David

Reply via email to