Ruby 1.9 and 2.0
When I try
Code: Select all
`convert`
This doesn't happen with
Code: Select all
`identify`
Tried redirecting error output, etc - nothing helps.
Is the identify's output somehow different from other tools? Is it easy to fix? My script depends on the output, and fails when running in the mentioned configuration (works with Linux at the same time).
PS The only trick that worked was `echo | identify`, but this is only good for Windows then, not for Unix/Linux.
PPS I'm absolutely sure that there are no other tools in the system with the same name.