Falk Hueffner <[EMAIL PROTECTED]> wrote: > Package: gri > Version: 2.12.8-3 > Severity: normal > > gri completely ignores a second argument to specify the output file > or the -output option, as described in the -help text: > > [EMAIL PROTECTED]:/tmp/t% echo 'draw title "foo"' > test.gri > [EMAIL PROTECTED]:/tmp/t% ls > test.gri > [EMAIL PROTECTED]:/tmp/t% gri test.gri -output foobar.ps > [EMAIL PROTECTED]:/tmp/t% ls > test.gri test.ps > [EMAIL PROTECTED]:/tmp/t% gri test.gri foobar.ps > [EMAIL PROTECTED]:/tmp/t% ls > test.gri test.ps > [EMAIL PROTECTED]:/tmp/t% > > > Falk
Interesting. I generally use the -output option. Dan, I seem to recall this was functionality was removed a _long_ time ago when the -output option was added. Is that right? If so, we need to change the docs, man page and -help output. If not, then there's a bug! :-) $ cat > test.gri draw title "foo" $ gri -output foo.ps test $ ls foo.ps foo.ps Thanks for the report Falk! Peter -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

