Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Fri, 12 Mar 2004 13:49:27 -0600 From: Gregory Borota Reply-To: cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com Subject: Subshell Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII #/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/