From: "Hal E. Fulton" Date: 2003-05-22T14:45:20+09:00 Subject: Re: fork and wait... what am I missing? ----- Original Message ----- From: To: "ruby-talk ML" Sent: Thursday, May 22, 2003 12:34 AM Subject: Re: fork and wait... what am I missing? > Hi, > > At Thu, 22 May 2003 13:49:09 +0900, > Hal E. Fulton wrote: > > When the cmd is "gvim foobar" -- it doesn't > > wait at all. The Ruby program exits before > > the gvim exits. > > gvim seems to fork and exit first. Is there any way around this? Hal