David Baelde wrote:
> 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.)

Shouldn't we add basename as a function of liq's stdlib ?

Reply via email to