Subshell

Gregory Borota not-valid@cygwin.com
Fri Mar 12 21:43:00 GMT 2004


#/bin/bash
echo Silly
( sleep 50 &
 ( sleep 50 ) )
wait

each subshell is "sh.exe". I want to be be "bash.exe". How do I force that
without having to write bash -c ....

Thanks,
Greg

P.S. Looked at cygwin faq, archive, didn't find the answer although this
I would think has been brought up before.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list