Hi,
Does anyone know if it is possible to use bash instead of sh as the
default shell when "system" is executed?
For example, system("java --version") is executing java --version in sh,
instead of bash, which can be a problem when I tried to do error
redirection.
--
Posted via http://www.ruby-forum.com/.