X-Spam-Check-By: sourceware.org Date: Sun, 28 May 2006 12:36:11 -0400 From: Bob Rossi To: cygwin AT cygwin DOT com Subject: Re: multiple commands on a single line seem to run in the background automatically Message-ID: <20060528163611.GA658@brasko.net> Mail-Followup-To: cygwin AT cygwin DOT com References: <7CFBCCAA27B7934C9307AB098F728A53539BFD AT zuk35exm61 DOT ds DOT mot DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7CFBCCAA27B7934C9307AB098F728A53539BFD@zuk35exm61.ds.mot.com> User-Agent: Mutt/1.5.9i X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 On Sun, May 28, 2006 at 02:19:02PM +0100, Valster Nico-anv009 wrote: > I'm working on a bash script to automate the build process. The script > calls, depending on the parameters the Microsoft VC6 compiler and/or the > GreenHills compiler and/or the Cygwin GCC for one or more > project/makefiles. > If I invoke the script like: > c:/bat/sbuild ...... > things work pretty well. However if I invoke it as > cd /cygdrive/d/CCase/anv009_SPRINT_8/SPRINT_VOB/SPRINT;c:/bat/sbuild > ..... Is it possible you forgot to add the new line escape characther? Try: cd /cygdrive/d/CCase/anv009_SPRINT_8/SPRINT_VOB/SPRINT;c:/bat/sbuild \ ..... Bob Rossi -- 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/