Date: Sun, 11 Aug 1996 10:27:43 +0200 Message-Id: <199608110827.KAA22193@tyr.diku.dk> From: Morten Welinder To: eliz AT is DOT elta DOT co DOT il CC: jack AT st DOT rim DOT or DOT jp, djgpp-workers AT delorie DOT com In-reply-to: (message from Eli Zaretskii on Sun, 11 Aug 1996 11:09:27 +0200 (IST)) Subject: Re: problems > The other is echo.exe cannot reject unknown options. I typed `echo.exe -h' > then it was running without stopping. Where does this make any trouble? AFAIK, `echo' just treats anything on the command line as an argument to print, doesn't it? This looks like the same bug as reported for symify: the loop scanning options fails to terminate. Morten