Date: Wed, 7 Aug 1996 08:21:07 -0400 Message-Id: <199608071221.IAA25061@delorie.com> From: DJ Delorie To: eliz AT is DOT elta DOT co DOT il CC: djgpp-workers AT delorie DOT com In-reply-to: (message from Eli Zaretskii on Wed, 7 Aug 1996 13:19:11 +0200 (IST)) Subject: Re: Shell script execution in spawnXX > Do we want to be able to invoke unstubbed v2 programs too? (Right now, > only v1 COFF files are invokable this way, as far as I can see.) The > easiest method to achieve this is by calling go32-v2. Since we always stubify the executables when we build them, and since the user can run "go32-v2 program", I don't think we need to worry about running them natively also. However, if it's a minimal amount of code, and if we're checking for #! anyway, it makes sense to do so.