Date: Thu, 22 May 1997 08:13:49 -0400 (EDT) Message-Id: <199705221213.IAA21975@delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com Subject: Re: Bugfix for redir.c Precedence: bulk What about rewriting redir so that it scans the command line directly, peels off the bytes it needs, and passes the rest directly? It might be that the only way to get it to work right is to avoid using libc's command line manglers.