From: Rak Rok Date: 2006-11-15T05:59:01+09:00 Subject: Re: backtick subshell ------=_Part_111292_20483029.1163537935829 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/14/06, Noah Easterly wrote: > > I don't think it's using the $SHELL variable to choose which shell to > use (and I don't trust all the shells to set $SHELL) $ ruby -e'`ps -ef | grep rakrok`' UID PID PPID NLWP PGID SID STIME TIME COMMAND ... rakrok 1822 7866 0 15:55:57 pts/211 0:00 ruby -eputs `ps -ef | grep rakrok` rakrok 2172 1822 0 15:55:57 pts/211 0:00 sh -c ps -ef | grep rakrok So the shell being used is /bin/sh -rr- ------=_Part_111292_20483029.1163537935829--