From: Wai Tsang Date: 2007-04-26T00:18:04+09:00 Subject: Is it possible to make system use bash instead of sh? 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/.