| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| Date: | Sun, 28 May 2006 12:36:11 -0400 |
| From: | Bob Rossi <bob_rossi AT cox DOT net> |
| 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 |
| 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 |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |