This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Subshell
- From: Gregory Borota <not-valid at cygwin dot com>
- To: cygwin at cygwin dot com
- Date: Fri, 12 Mar 2004 13:49:27 -0600
- Subject: Subshell
- Reply-to: cygwin at cygwin dot com
#/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/