[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: distdir.am v1.47
From: |
Patrick Welche |
Subject: |
Re: distdir.am v1.47 |
Date: |
Sun, 6 Jul 2003 18:29:51 +0100 |
User-agent: |
Mutt/1.3.19i |
On Sat, Jul 05, 2003 at 10:23:42AM +0200, Akim Demaille wrote:
>
> > This seems to make my NetBSD sed unhappy... Thoughts?
>
> I'm installing the following.
...
> - sed -e '1{h;s/./=/g;p;x}' -e '$${p;x}'
> + sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
=======================================================
All 458 tests behaved as expected (3 expected failures)
(14 tests were not run)
=======================================================
:-)
That was quick! Thanks!
Patrick