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 cygdrive/d/CCase/anv009

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

2006-05-28 Thread Valster Nico-anv009
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Bob Rossi > Sent: Sunday, May 28, 2006 6:36 PM > To: cygwin@cygwin.com > Subject: Re: multiple commands on a single line seem to run in the > background automatically > > On Sun, May 2

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.

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

2006-05-28 Thread Valster Nico-anv009
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