This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Subshell


#/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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]