Date: Sun, 25 May 1997 13:35:22 +0300 (IDT) From: Eli Zaretskii To: DJ Delorie cc: djgpp-workers AT delorie DOT com Subject: Re: Bugfix for redir.c In-Reply-To: <199705222243.SAA12873@delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 22 May 1997, DJ Delorie wrote: > We could read the !proxy array and trim out the first few arguments > (ours) and just point to the caller's data image for the remainder. I think a better way is to write a custom `__crt0_setup_arguments' which leaves quoting and wildcards intact (just don't call `parse_bytes'). > We could also document that response files may not be used for redir's > own options. If it's necessary. But I think the above solution will make this work also.