Date: Sun, 27 Jun 1999 17:42:35 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Edevaldo Pereira (q14792)" cc: djgpp AT delorie DOT com Subject: Re: TCL Port In-Reply-To: <37737B73.6D3EE0D2@email.sps.mot.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 25 Jun 1999, Edevaldo Pereira (q14792) wrote: > and gsed(renaming it) an it didn't work as well. > The error was "Error in line 1: Unmatched '{'". What I did is > to put all the match in a single line it looked like: > > # Replace "test -f" with "test -x" so that e.g. gcc.exe is found. > /for ac_dir in \$PATH; do/,/IFS="\$ac_save_[Ii][Ff][Ss]"/ { s|test -f > \$ac_dir/|test -x ac_dir/| } I'm not sure this should work. I suspect that the files got munged somehow by the mail. I will send you the files as a binary attachment. I lifted those files from one of the ports I made, and they surely work for me, with the sanme version of Sed you are using.