On Thu, Feb 05, 2004 at 06:06:28PM +0000, Angus Leeming wrote: > Alfredo Braunstein wrote: > > There's one default converter that won't work: > > > > \converter tiff eps "tiff2ps $$i > $$o" "" > > > > Should we provide a script or do we just nuke it? > > > > Alfredo > > Would this work and, if so, is it safe? > > $ cat redirect.sh > #! /bin/sh > exec $1 > $2 > > > \converter tiff eps "sh $$s/redirect.sh('tiff2ps $$i' $$o)" ""
That's as insecure as the original solution, isn't it? [Not to mention that I don't understand that usage of parantheses...] Andre'