Re: multiple commands on a single line seem to run in the background automatically

2006-05-28 Thread Bob Rossi
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

RE: multiple commands on a single line seem to run in the background automatically

2006-05-28 Thread Valster Nico-anv009
Nico Valster Software Engineer Advanced Multimode Platform Mobile Devices Business Motorola B.V. Marconibaan 57 3439 MR Nieuwegein P.O. Box 754 3430 AT Nieuwegein The Netherlands Email : [EMAIL PROTECTED] Phone : +31 (0)30 6001642 Fax : +31 (0)30 6001660

Re: multiple commands on a single line seem to run in the background automatically

2006-05-28 Thread Dave
Valster Nico-anv009 wrote: 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 . What happens if you invoke the script using a POSIX path? cd